mirror of
https://github.com/ntop/n2n.git
synced 2024-11-01 05:07:57 +05:30
9 lines
141 B
YAML
9 lines
141 B
YAML
|
---
|
||
|
extends: default
|
||
|
|
||
|
rules:
|
||
|
# 80 chars should be enough, but don't fail if a line is longer
|
||
|
line-length:
|
||
|
max: 80
|
||
|
level: warning
|