--- extends: default rules: # 100 chars should be enough, but don't fail if a line is longer line-length: max: 100 level: warning allow-non-breakable-words: true