Add rule: truthy, to forbid truthy values that are not quoted

This commit is contained in:
Peter Ericson
2016-09-28 21:56:45 +10:00
committed by Adrien Vergé
parent c163135ee5
commit 1f472bc144
7 changed files with 105 additions and 2 deletions

View File

@@ -26,3 +26,4 @@ rules:
line-length:
level: warning
allow-non-breakable-inline-mappings: yes
truthy: disable