Skip to content

Commit 84c34f9

Browse files
authored
Update autofix-instructions.md
1 parent d8cedd9 commit 84c34f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/autofix-instructions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@ The full list of supported rules per standard is published as
7878
scenario would create problems in the code and how the fix will prevent such
7979
issues and improve the safety and quality of the codebase.
8080

81-
## 3. Do not touch build output, generated files, or `.gitignore`
81+
## 3. Do not add build output folders, generated files, or `.gitignore`
8282

8383
Autofix pull requests must only change source files that are part of the
8484
checked-in project. They must **not** include:
85-
8685
- Build directories or files generated during compilation (`.build/`, etc.).
8786
- Editor / IDE state (`.vscode/`, `.idea/`, `.DS_Store`, etc.).
8887
- **`.gitignore` itself.** Do not add, remove, or reorder entries in

0 commit comments

Comments
 (0)