Skip to content
Commit bd4cdde4 authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Stephanos Ioannidis
Browse files

yamllint: fix all yamllint colons, commas and empty-lines errors



Fix all colons and commas errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(brackets)'

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(commas)'

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(empty-lines)'

Default config is no space before, one space after, max 2 empty lines.

Signed-off-by: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent f39f04f2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment