Skip to content

Commit

Permalink
chore: add a test file to ignored linter list following PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
OrRosenblatt authored and antongolub committed Oct 28, 2024
1 parent 351b8bb commit e45dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/lint/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rules": {},
"overrides": [
{
"files": ["src/test/ts/runner.ts", "src/main/ts/stages.ts"],
"files": ["src/test/ts/runner.ts", "src/main/ts/stages.ts", "src/test/ts/util.ts"],
"rules": {
"sonarjs/no-duplicate-string": "off",
"@typescript-eslint/ban-ts-comment": "off"
Expand Down

0 comments on commit e45dd6a

Please sign in to comment.