lint: space check for dict-separator

This commit is contained in:
Jakub Warmuz
2015-09-06 08:30:49 +00:00
parent c3941b1a8d
commit 138f1d1b28
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ ignore-long-lines=^\s*(# )?<?https?://\S+>?$
single-line-if-stmt=no
# List of optional constructs for which whitespace checking is disabled
no-space-check=trailing-comma,dict-separator
no-space-check=trailing-comma
# Maximum number of lines in a module
max-module-lines=1250