Fixed: Codacy should ignore invalid variable/function names for now

This commit is contained in:
coffeedogs 2018-05-11 12:49:38 +01:00
parent 9fb8f7f985
commit a801928df6
No known key found for this signature in database
GPG Key ID: 9D818C503D0B7E70

View File

@ -1,4 +1,5 @@
# Codacy uses Bandit.
# Asserts are accepted throughout the project.
skips: ['B101']
# invalid names will be fixed in the future.
skips: ['B101', 'C0103']