mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-29 01:11:50 -07:00
Enable required YAML lint rules and fix results
This commit is contained in:
parent
3de16da36a
commit
4ee4cc60b5
91 changed files with 225 additions and 223 deletions
|
@ -15,7 +15,8 @@ rules:
|
|||
commas:
|
||||
max-spaces-after: -1
|
||||
level: error
|
||||
comments: disable
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
comments-indentation: disable
|
||||
document-start: disable
|
||||
empty-lines:
|
||||
|
@ -29,5 +30,8 @@ rules:
|
|||
new-line-at-end-of-file: disable
|
||||
new-lines:
|
||||
type: unix
|
||||
octal-values:
|
||||
forbid-implicit-octal: true
|
||||
forbid-explicit-octal: true
|
||||
trailing-spaces: disable
|
||||
truthy: disable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue