mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 22:53:21 +00:00
fix(shell): fix heredoc indentation in x-sonarcloud
This commit is contained in:
@@ -470,24 +470,24 @@ EOF
|
|||||||
## Next Steps for LLM Analysis
|
## Next Steps for LLM Analysis
|
||||||
|
|
||||||
1. **Validate against current code:**
|
1. **Validate against current code:**
|
||||||
- Check if mentioned files and lines still match the reported issues
|
- Check if mentioned files and lines still match the reported issues
|
||||||
- Verify issues are not already fixed in the current branch
|
- Verify issues are not already fixed in the current branch
|
||||||
- Identify false positives and explain why they are false positives
|
- Identify false positives and explain why they are false positives
|
||||||
|
|
||||||
2. **Prioritize fixes:**
|
2. **Prioritize fixes:**
|
||||||
- Address BLOCKER and CRITICAL severity issues first
|
- Address BLOCKER and CRITICAL severity issues first
|
||||||
- Group fixes by file to minimize context switching
|
- Group fixes by file to minimize context switching
|
||||||
- Consider effort estimates when planning the fix order
|
- Consider effort estimates when planning the fix order
|
||||||
|
|
||||||
3. **Group by file for implementation:**
|
3. **Group by file for implementation:**
|
||||||
- Batch changes to the same file together
|
- Batch changes to the same file together
|
||||||
- Consider dependencies between fixes
|
- Consider dependencies between fixes
|
||||||
- Plan atomic commits per logical change group
|
- Plan atomic commits per logical change group
|
||||||
|
|
||||||
4. **Track progress:**
|
4. **Track progress:**
|
||||||
- Use todo lists and memory tools to track which issues are addressed
|
- Use todo lists and memory tools to track which issues are addressed
|
||||||
- Mark false positives with clear reasoning
|
- Mark false positives with clear reasoning
|
||||||
- Verify fixes do not introduce new issues
|
- Verify fixes do not introduce new issues
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user