We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab638f2 commit 6f7dc5fCopy full SHA for 6f7dc5f
1 file changed
.mega-linter.yml
@@ -18,4 +18,8 @@ CSS_STYLELINT_FILTER_REGEX_EXCLUDE: "(yasb/styles\\.css)"
18
JSON_JSONLINT_FILTER_REGEX_EXCLUDE: "(home/.*modify_[^/]*\\.json)"
19
JSON_PRETTIER_FILTER_REGEX_EXCLUDE: "(home/.*modify_[^/]*\\.json)"
20
21
+# rtk.ts is vendored from https://github.com/rtk-ai/rtk and must not be modified
22
+# locally (see header comment in the file). Exclude it from ts-standard.
23
+TYPESCRIPT_STANDARD_FILTER_REGEX_EXCLUDE: "(home/dot_config/opencode/plugins/rtk\\.ts)"
24
+
25
REPOSITORY_KICS_ARGUMENTS: "--exclude-paths .github/workflows/e2e-install.yml"
0 commit comments