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