update
This commit is contained in:
@@ -1,18 +1,21 @@
|
||||
extends: default
|
||||
|
||||
ignore: |
|
||||
^venv/
|
||||
^\.venv/
|
||||
^\.gitea/
|
||||
^\.git/
|
||||
^\.ansible_test/
|
||||
^ansible_test/
|
||||
^\.ansiblelint/
|
||||
^venv/*
|
||||
^\.venv/*
|
||||
^\.gitea/*
|
||||
^\.git/*
|
||||
^\.ansible_test/*
|
||||
^ansible_test/*
|
||||
^\.ansiblelint/*
|
||||
|
||||
rules:
|
||||
line-length:
|
||||
max: 280
|
||||
max: 400
|
||||
level: warning
|
||||
trailing-spaces: disable
|
||||
indentation:
|
||||
spaces: 2
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user