Validate scancode via accessor.

This commit is contained in:
László Monda
2016-03-25 21:53:30 +01:00
parent 32adbf2124
commit 32646f3616
3 changed files with 16 additions and 10 deletions

View File

@@ -83,7 +83,8 @@
"variable-name": [
true,
"ban-keywords",
"check-format"
"check-format",
"allow-leading-underscore"
],
"whitespace": [
true,