summaryrefslogtreecommitdiff
path: root/test/sanity/code-smell/skip.txt
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-08-04 09:14:35 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-08-07 11:11:31 -0700
commit44935a5db62c9dac5931e4e557de4a960c0aacd5 (patch)
treed89d6cc45791952fce54953f1eb25119f36a01a9 /test/sanity/code-smell/skip.txt
parent65cf31e1cea08f5d6e4bba0609f564e65d5ae79c (diff)
downloadansible-44935a5db62c9dac5931e4e557de4a960c0aacd5.tar.gz
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.
Diffstat (limited to 'test/sanity/code-smell/skip.txt')
-rw-r--r--test/sanity/code-smell/skip.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sanity/code-smell/skip.txt b/test/sanity/code-smell/skip.txt
index bfb8b181a2..68e39f1624 100644
--- a/test/sanity/code-smell/skip.txt
+++ b/test/sanity/code-smell/skip.txt
@@ -1 +1,2 @@
inappropriately-private.sh
+no-underscore-variable.sh