File tree Expand file tree Collapse file tree
tools/schema-generator/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ yaml-files:
77ignore :
88 - .git
99 - charts/**/templates
10+ - node_modules
1011
1112extends : default
1213
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SHELL_SCRIPTS = $(shell find . -name "*.sh")
2020.PHONY : lint-shell
2121lint-shell : # # Lint Shell scripts
2222 @echo " Linting Shell scripts..."
23- @shellcheck --rcfile=.shellcheckrc $(SHELL_SCRIPTS )
23+ @shellcheck $(SHELL_SCRIPTS )
2424
2525YAML_FILES = $(shell find . -name "* .yaml")
2626.PHONY : lint-yaml
Original file line number Diff line number Diff line change 1+ ---
12types :
23 stringField : " stringValue"
34 arrayField : []
Original file line number Diff line number Diff line change 1+ ---
12section :
23 # We don't want to include the examples, just the fact that this is an object
34 objectWithExamples :
Original file line number Diff line number Diff line change 1+ ---
12types :
23 stringOrNull : " default is string"
34 arrayOfStrings : []
You can’t perform that action at this time.
0 commit comments