2016-02-24 08:03:04 -05:00
|
|
|
---
|
|
|
|
extends: default
|
|
|
|
|
|
|
|
rules:
|
2016-08-31 13:34:54 -04:00
|
|
|
# 200 chars should be enough, but don't fail if a line is longer
|
2016-02-24 08:03:04 -05:00
|
|
|
line-length:
|
2016-08-31 13:34:54 -04:00
|
|
|
max: 200
|
2016-02-24 08:03:04 -05:00
|
|
|
level: warning
|
2016-03-19 09:50:47 -04:00
|
|
|
allow-non-breakable-words: true
|