Enable yamllint checks
- brackets - braces - colon - commas - comments - key-duplicates with corresponding code adjustment. Also removes x flag from yamls for ranger and ranger-agent charts. Change-Id: I156b991ba6e17b6f9e1f128295362c0675afd8cc
This commit is contained in:
parent
78635bd331
commit
c47a2b63c2
0
ranger-agent/Chart.yaml
Executable file → Normal file
0
ranger-agent/Chart.yaml
Executable file → Normal file
0
ranger-agent/requirements.yaml
Executable file → Normal file
0
ranger-agent/requirements.yaml
Executable file → Normal file
4
ranger-agent/values.yaml
Executable file → Normal file
4
ranger-agent/values.yaml
Executable file → Normal file
@ -605,10 +605,10 @@ conf:
|
||||
- vhost: "ranger-agent"
|
||||
name: "ha_ttl_ranger_agent"
|
||||
definition:
|
||||
#mirror messges to other nodes in rmq cluster
|
||||
# mirror messges to other nodes in rmq cluster
|
||||
ha-mode: "all"
|
||||
ha-sync-mode: "automatic"
|
||||
#70s
|
||||
# 70s
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
|
0
ranger/Chart.yaml
Executable file → Normal file
0
ranger/Chart.yaml
Executable file → Normal file
0
ranger/requirements.yaml
Executable file → Normal file
0
ranger/requirements.yaml
Executable file → Normal file
0
ranger/values.yaml
Executable file → Normal file
0
ranger/values.yaml
Executable file → Normal file
0
sonobuoy/requirements.yaml
Executable file → Normal file
0
sonobuoy/requirements.yaml
Executable file → Normal file
@ -6,16 +6,11 @@ yaml-files:
|
||||
- '.yamllint'
|
||||
|
||||
rules:
|
||||
braces:
|
||||
level: warning
|
||||
brackets:
|
||||
level: warning
|
||||
colons:
|
||||
level: warning
|
||||
commas:
|
||||
level: warning
|
||||
comments:
|
||||
level: warning
|
||||
braces: enable
|
||||
brackets: enable
|
||||
colons: enable
|
||||
commas: enable
|
||||
comments: enable
|
||||
comments-indentation:
|
||||
level: warning
|
||||
document-end:
|
||||
@ -32,8 +27,7 @@ rules:
|
||||
spaces: 2
|
||||
indent-sequences: whatever
|
||||
level: warning
|
||||
key-duplicates:
|
||||
level: warning
|
||||
key-duplicates: enable
|
||||
key-ordering: disable
|
||||
line-length: disable
|
||||
new-line-at-end-of-file:
|
||||
|
Loading…
Reference in New Issue
Block a user