We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799a771 commit f2781d4Copy full SHA for f2781d4
.github/workflows/lint.yml
@@ -39,7 +39,13 @@ jobs:
39
IGNORE_GITIGNORED_FILES: true
40
VALIDATE_ALL_CODEBASE: true
41
LINTER_RULES_PATH: /
42
+ VALIDATE_CPP: true
43
+ VALIDATE_CHECKOV: true
44
+ VALIDATE_CLANG_FORMAT: false
45
VALIDATE_EDITORCONFIG: true
46
EDITORCONFIG_FILE_NAME: .editorconfig
- VALIDATE_CLANG_FORMAT: false
- VALIDATE_CPP: true
47
+ VALIDATE_GITHUB_ACTIONS: true
48
+ VALIDATE_JSON: true
49
+ VALIDATE_MARKDOWN: true
50
+ VALIDATE_POWERSHELL: true
51
+ VALIDATE_YAML: true
0 commit comments