Skip to content

Commit c1a4471

Browse files
Bump eslint-plugin-jsdoc (#4922)
1 parent 8cd1127 commit c1a4471

File tree

63 files changed

+3069
-1104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3069
-1104
lines changed

.github/instructions/codacy.instructions.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
# Codacy Rules
77
Configuration for AI behavior when interacting with Codacy's MCP Server
88

9-
## using any tool that accepts the arguments: `provider`, `organization`, or `repository`
10-
- ALWAYS use:
11-
- provider: gh
12-
- organization: codacy
13-
- repository: codacy-eslint
14-
- Avoid calling `git remote -v` unless really necessary
15-
169
## CRITICAL: After ANY successful `edit_file` or `reapply` operation
1710
- YOU MUST IMMEDIATELY run the `codacy_cli_analyze` tool from Codacy's MCP Server for each file that was edited, with:
1811
- `rootPath`: set to the workspace path
@@ -65,6 +58,7 @@ Configuration for AI behavior when interacting with Codacy's MCP Server
6558
- "Propose fixes" means to both suggest and, if possible, automatically apply the fixes.
6659
- You MUST NOT wait for the user to ask for analysis or remind you to run the tool.
6760
- Do not run `codacy_cli_analyze` looking for changes in duplicated code or code complexity metrics.
61+
- Complexity metrics are different from complexity issues. When trying to fix complexity in a repository or file, focus on solving the complexity issues and ignore the complexity metric.
6862
- Do not run `codacy_cli_analyze` looking for changes in code coverage.
6963
- Do not try to manually install Codacy CLI using either brew, npm, npx, or any other package manager.
7064
- If the Codacy CLI is not installed, just run the `codacy_cli_analyze` tool from Codacy's MCP Server.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ tsconfig.tsbuildinfo
77
.vscode
88
.codarcyrc
99
/tests
10-
.eslintcache
10+
.eslintcache
11+
.codacy/

docs/description/description.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/description/jsdoc_check-access.md

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/description/jsdoc_check-alignment.md

Lines changed: 67 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/description/jsdoc_check-examples.md

Lines changed: 22 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/description/jsdoc_check-indentation.md

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)