Skip to content

Commit e772229

Browse files
authored
clean: polish analyze rule instructions (#49)
1 parent 3d38fd6 commit e772229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/configureMCP.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ const newRulesTemplate = (provider?: string, organization?: string, repository?:
3030
{
3131
when: 'after ANY successful edit_file or reapply tool call',
3232
enforce: [
33-
'IMMEDIATELY run codacy_cli_analyze tool with:',
34-
'rootPath set to the workspace path',
35-
'file set to the edited file path',
33+
'IMMEDIATELY run codacy_cli_analyze tool for each edited file with:',
34+
'1. rootPath set to the workspace path',
35+
'2. file set to the edited file path',
3636
'If issues are found, propose fixes for them',
3737
],
3838
},

0 commit comments

Comments
 (0)