Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update schema to add some of the missing rules #3274

Merged
merged 5 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 17 additions & 1 deletion src/ansiblelint/schemas/ansible-lint-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,29 +135,39 @@
"fqcn[action-core]",
"fqcn[action]",
"fqcn[canonical]",
"fqcn[keyword]",
"galaxy",
"galaxy[no-changelog]",
"galaxy[no-runtime]",
"galaxy[tags]",
"galaxy[version-incorrect]",
"galaxy[version-missing]",
"ignore-errors",
"inline-env-var",
"internal-error",
"jinja",
"jinja[invalid]",
"jinja[spacing]",
"key-order",
"latest",
"literal-compare",
"load-failure",
"loop-var-prefix",
"loop-var-prefix[missing]",
"loop-var-prefix[wrong]",
"meta-incorrect",
"meta-no-tags",
"meta-runtime",
"meta-video-links",
"name",
"name[casing]",
"name[play]",
"name[prefix]",
"name[template]",
"no-changed-when",
"no-handler",
"no-jinja-when",
"no-log-password",
"loop-var-prefix",
"no-prompting",
"no-relative-paths",
"no-same-owner",
Expand All @@ -171,6 +181,12 @@
"risky-octal",
"risky-shell-pipe",
"role-name",
"run-once",
"run-once[play]",
"run-once[task]",
"sanity",
"sanity[bad-ignore]",
"sanity[cannot-ignore]",
"schema",
"syntax-check",
"var-naming",
Expand Down
18 changes: 17 additions & 1 deletion test/schemas/negative_test/.ansible-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,39 @@
"fqcn[action-core]",
"fqcn[action]",
"fqcn[canonical]",
"fqcn[keyword]",
"galaxy",
"galaxy[no-changelog]",
"galaxy[no-runtime]",
"galaxy[tags]",
"galaxy[version-incorrect]",
"galaxy[version-missing]",
"ignore-errors",
"inline-env-var",
"internal-error",
"jinja",
"jinja[invalid]",
"jinja[spacing]",
"key-order",
"latest",
"literal-compare",
"load-failure",
"loop-var-prefix",
"loop-var-prefix[missing]",
"loop-var-prefix[wrong]",
"meta-incorrect",
"meta-no-tags",
"meta-runtime",
"meta-video-links",
"name",
"name[casing]",
"name[play]",
"name[prefix]",
"name[template]",
"no-changed-when",
"no-handler",
"no-jinja-when",
"no-log-password",
"loop-var-prefix",
"no-prompting",
"no-relative-paths",
"no-same-owner",
Expand All @@ -54,6 +64,12 @@
"risky-octal",
"risky-shell-pipe",
"role-name",
"run-once",
"run-once[play]",
"run-once[task]",
"sanity",
"sanity[bad-ignore]",
"sanity[cannot-ignore]",
"schema",
"syntax-check",
"var-naming",
Expand Down