Skip to content

Commit d3f84e0

Browse files
fix vale
1 parent 960a5f8 commit d3f84e0

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/styles/Microsoft/Terms.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ignorecase: true
55
action:
66
name: replace
77
swap:
8-
'(?:agent|virtual assistant|intelligent personal assistant)': personal digital assistant
98
'(?:drive C:|drive C>|C: drive)': drive C
109
'(?:internet bot|web robot)s?': bot(s)
1110
'(?:microsoft cloud|the cloud)': cloud

.github/styles/Microsoft/Wordiness.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ swap:
7979
in lieu of: instead of
8080
in many cases: often
8181
in most cases: usually
82-
in order to: to
8382
in some cases: sometimes
8483
in spite of the fact that: although
8584
in spite of: despite

docs/codacy-guardrails/codacy-guardrails-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ codacy-cli install
128128
If you want to use MCP Server with a NPM package you should download it from [here](https://www.npmjs.com/package/@codacy/codacy-mcp)
129129

130130
!!! important
131-
You can find some limitations using this approach because the AI doesn't automatically analyse the code generated unless there's a rule set for it to do so. When using the IDE extension (VS Code, Cursor or Windsurf), we create those AI rules for the workspace, but if you are installing the MCP manually, you will need to create those rules by yourself. <a href="mailto:support@codacy.com">Let us know if you you plan to use this approach, so we can provide more information</a>
131+
You can find some limitations using this approach because the AI doesn't automatically analyse the code generated unless there's a rule set for it to do so. When using the IDE extension (VS Code, Cursor, or Windsurf), we create those AI rules for the workspace, but if you are installing the MCP manually, you will need to create those rules by yourself. <a href="mailto:support@codacy.com">Let us know if you you plan to use this approach, so we can provide more information</a>
132132

133133
#### Setup
134134

docs/codacy-guardrails/codacy-guardrails-how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ b. Right after running this prompt, there is a MCP tool call to search all secur
4444

4545
![List the security issues in my repository](images/run-mcp-tool-list-security-issues.png)
4646

47-
It will search for all open security issues in my repository. And it will list all of them, showing the **title**, **priority**, **status** and the **link to the issue**,
47+
It will search for all open security issues in my repository. And it will list all them, showing the **title**, **priority**, **status** and the **link to the issue**,
4848

4949
![List the security issues in my repository](images/list-security-issues.png)
5050

0 commit comments

Comments
 (0)