Added a kraken cloc definition and script to run cloc with the definition.
This commit is contained in:
2
current_stats.sh
Executable file
2
current_stats.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
cloc --read-lang-def=kraken_cloc_definition.txt .
|
||||
6
kraken_cloc_definition.txt
Normal file
6
kraken_cloc_definition.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Kraken
|
||||
filter remove_matches ^\s*//
|
||||
filter remove_inline //.*$
|
||||
filter call_regexp_common C
|
||||
extension krak
|
||||
3rd_gen_scale 1.0
|
||||
Reference in New Issue
Block a user