mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
tweak linters
This commit is contained in:
parent
3c1f892966
commit
80975025fe
2
.github/workflows/super-linter.yml
vendored
2
.github/workflows/super-linter.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v4
|
||||
uses: github/super-linter/slim@v4
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
DEFAULT_BRANCH: "dev"
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
{
|
||||
"doctype-first": false
|
||||
}
|
||||
@ -1,2 +1,8 @@
|
||||
[settings]
|
||||
profile = "black"
|
||||
|
||||
; vertical hanging indent mode also used in black configuration
|
||||
multi_line_output = 3
|
||||
|
||||
; necessary because black expect the trailing comma
|
||||
include_trailing_comma = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user