Maintain actions
This commit is contained in:
parent
67a1b52362
commit
ba31b4755b
10 changed files with 85 additions and 121 deletions
|
@ -8,3 +8,12 @@ rules:
|
|||
|
||||
# line length is not important
|
||||
line-length: disable
|
||||
|
||||
# force double quotes everywhere
|
||||
quoted-strings:
|
||||
quote-type: double
|
||||
required: only-when-needed
|
||||
|
||||
# allow everything on keys
|
||||
truthy:
|
||||
check-keys: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue