Add empty-init code-smell script. (#18406)

Also removed boilerplate from otherwise empty __init__.py files
which should not contain any code (checked by empty-init script).
This commit is contained in:
Matt Clay 2016-11-07 15:02:13 -08:00 committed by GitHub
commit 8c270ac75f
27 changed files with 20 additions and 487 deletions

View file

@ -22,6 +22,7 @@ test/sanity/code-smell/boilerplate.sh
test/sanity/code-smell/required-and-default-attributes.sh
test/sanity/code-smell/shebang.sh
test/sanity/code-smell/line-endings.sh
test/sanity/code-smell/empty-init.sh
shellcheck \
test/integration/targets/*/*.sh \