Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically fix simple problems #29

Open
TrueWill opened this issue Aug 30, 2018 · 1 comment
Open

Automatically fix simple problems #29

TrueWill opened this issue Aug 30, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@TrueWill
Copy link
Contributor

Emulate eslint --fix for certain classes of warnings (small/simple changes). (Larger changes could be handled by a separate tool; a codemod to migrate projects to new templates, etc.)

For example:
POM: <type> not removed (re-run with "--fix type" to fix)

Possibly XSLT?

(From @bterryUFG and @cjnickel )

@TrueWill TrueWill added the enhancement New feature or request label Aug 30, 2018
@TrueWill
Copy link
Contributor Author

Note: One thing we found was that xml2js is not a good choice for editing XML. It appears to drop comments, for instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant