diff options
-rw-r--r-- | .yamllint | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ extends: default rules: - # 120 chars should be enough and don't fail if a line is longer + # ONLY 'max' length is configure, other parameters are default values. line-length: max: 120 level: warning + allow-non-breakable-words: true + allow-non-breakable-inline-mappings: false |