Add a (disabled) code-smell test for detecting _ variables

We are reserving the _ identifier for i18n work.  Code should use the
identifier dummy for dummy variables instead.

This test is currently skipped as someone needs to generate the list of
files which are currently out of compliance before this can be turned
on.
This commit is contained in:
Toshio Kuratomi
2017-08-04 09:14:35 -07:00
parent 65cf31e1ce
commit 44935a5db6
3 changed files with 59 additions and 0 deletions

View File

@@ -1 +1,2 @@
inappropriately-private.sh
no-underscore-variable.sh