mirror of
https://github.com/ntop/n2n.git
synced 2024-11-01 05:07:57 +05:30
10b3464bd2
* Add YAML file linting * Add cmake-linux.yml lint and address its concerns
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
|