Script to find words that should not be used.
Really just a wrapper around git grep command.
By default it prints matches.
Uses the word lists from Inclusive Naming Initiative
see https://inclusivenaming.org/word-lists/
Examples:
$ ./devtools/check-naming-policy.sh -c
app/test-compress-perf/comp_
Shell script to find use of words that not be used.
By default it prints matches. The -q (quiet) option
is used to just count. There is also -l option
which lists lines matching (like grep -l).
Examples:
$ ./devtools/check-naming.sh -q
Total files: 37 errors, 90 warnings, 1 suggestions
$ ./dev
2 matches
Mail list logo