Skip to content

feat: clean up convert-generated files on init --force#10

Merged
sehwan505 merged 1 commit intomainfrom
feat/init-force-cleanup-convert-files
Nov 12, 2025
Merged

feat: clean up convert-generated files on init --force#10
sehwan505 merged 1 commit intomainfrom
feat/init-force-cleanup-convert-files

Conversation

@baeyc0510
Copy link
Copy Markdown
Contributor

Add automatic removal of linter configuration files generated by convert command when running sym init --force. This ensures a clean slate when re-initializing the repository.

Changes:

  • Remove code-policy.json from both .sym/ and current directory
  • Remove .eslintrc.json from .sym/
  • Remove checkstyle.xml from .sym/
  • Remove pmd-ruleset.xml from .sym/
  • Add removeExistingCodePolicy() function to handle cleanup
  • Display confirmation messages for each deleted file

🤖 Generated with Claude Code

Add automatic removal of linter configuration files generated by convert
command when running `sym init --force`. This ensures a clean slate when
re-initializing the repository.

Changes:
- Remove code-policy.json from both .sym/ and current directory
- Remove .eslintrc.json from .sym/
- Remove checkstyle.xml from .sym/
- Remove pmd-ruleset.xml from .sym/
- Add removeExistingCodePolicy() function to handle cleanup
- Display confirmation messages for each deleted file

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@sehwan505 sehwan505 merged commit 8896df7 into main Nov 12, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants