Skip to content

Commit

Permalink
chore: codacy update
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 23, 2024
1 parent dcdf2eb commit ad28463
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,24 @@ exclude_paths:
- "packages/example-nextjs15/*"
- "packages/example-nextjs15/**"
- "packages/example-nextjs15/**/*"
- "packages/example-react-router6"
- "packages/example-react-router6/*"
- "packages/example-react-router6/**"
- "packages/example-react-router6/**/*"
- "packages/example-react"
- "packages/example-react/*"
- "packages/example-react/**"
- "packages/example-react/**/*"
- "packages/urlstate/**/*.test.ts"
- "packages/urlstate/**/*.md"
- "dist"
- "dist/*"
- "dist/**"
- "dist/**/*"
- "tests"
- "tests/*"
- "tests/**"
- "tests/**/*"
- ".github"
- ".github/*"
- ".github/**"
Expand All @@ -33,7 +45,6 @@ exclude_paths:
- ".eslintrc.json"
- "tsconfig.json"
- "tsconfig.*.json"
- "**/tests/**"
- "**.test.ts"
- "*.test.ts"
- "**.test.tsx"
Expand All @@ -48,4 +59,7 @@ exclude_paths:
- "**.md"
- "*.md"
include_paths:
- "packages/urlstate/"
- "packages/urlstate/*"
- "packages/urlstate/**"
- "packages/urlstate/**/*"

0 comments on commit ad28463

Please sign in to comment.