Skip to content

Commit

Permalink
Test: Ignore project-folder from eslint
Browse files Browse the repository at this point in the history
This makes the linting a lot faster by ignoring poky and the potential
build folder.

Additionally, fixes detecting an issue in:
 - integration-tests/project-folder/build/tmp/work/x86_64-linux/gettext-minimal-native/0.22.5/gettext-0.22.5/gettext-tools/tests/qttest2_de.ts
  • Loading branch information
deribaucourt committed Jan 10, 2025
1 parent 5f630b7 commit 969a2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default [
"__mocks__/vscode.ts",
"**/jest.config.js",
"**/eslint.config.mjs",
"integration-tests/project-folder/**",
],
},
{files: ["**/*.{js,mjs,cjs,ts}"]},
Expand Down

0 comments on commit 969a2d0

Please sign in to comment.