Skip to content

Commit 6f7dc5f

Browse files
authored
fix(lint): exclude vendored rtk.ts from ts-standard (#77)
1 parent ab638f2 commit 6f7dc5f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.mega-linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ CSS_STYLELINT_FILTER_REGEX_EXCLUDE: "(yasb/styles\\.css)"
1818
JSON_JSONLINT_FILTER_REGEX_EXCLUDE: "(home/.*modify_[^/]*\\.json)"
1919
JSON_PRETTIER_FILTER_REGEX_EXCLUDE: "(home/.*modify_[^/]*\\.json)"
2020

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+
2125
REPOSITORY_KICS_ARGUMENTS: "--exclude-paths .github/workflows/e2e-install.yml"

0 commit comments

Comments
 (0)