This website requires JavaScript.
Explore
Discord Server
Help
Sign in
actions
/
superlint
Watch
1
Star
0
Fork
You've already forked superlint
0
mirror of
https://github.com/super-linter/super-linter.git
synced
2024-11-09 18:43:34 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
012548dfe5
superlint
/
.github
/
linters
/
.jscpd-test-linters.json
7 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
feat!: run linters against the workspace (#5041) - Run jscpd, gitleaks, textlint against the entire workspace instead of running them over single files, one by one. - Implement a warning function for deprecated variables. - Deprecate the VALIDATE_JSCPD_ALL_CODEBASE variable. - Remove duplicate configuration files when they are the same as the ones we provide in TEMPLATES. - Add a missing tests for ansible-lint. - Move ANSIBLE_DIRECTORY configuration when running tests in buildFileList, where similar configs are. - Simplify ansible-lint test cases to include only what's necessary, and not an entire set of roles, playbooks, and inventory. - Write instructions about major upgrades in the upgrade guide.
2023-12-24 11:56:15 -05:00
{
"absolute"
:
true
,
chore: fix formatting issues (#6028)
2024-08-15 04:21:26 -04:00
"ignore"
:
[
"**/node_modules/**"
]
,
"reporters"
:
[
"consoleFull"
]
,
feat!: run linters against the workspace (#5041) - Run jscpd, gitleaks, textlint against the entire workspace instead of running them over single files, one by one. - Implement a warning function for deprecated variables. - Deprecate the VALIDATE_JSCPD_ALL_CODEBASE variable. - Remove duplicate configuration files when they are the same as the ones we provide in TEMPLATES. - Add a missing tests for ansible-lint. - Move ANSIBLE_DIRECTORY configuration when running tests in buildFileList, where similar configs are. - Simplify ansible-lint test cases to include only what's necessary, and not an entire set of roles, playbooks, and inventory. - Write instructions about major upgrades in the upgrade guide.
2023-12-24 11:56:15 -05:00
"threshold"
:
0
}
Reference in a new issue
Copy permalink