We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
- [ x] new - [x ] build - [ ] serve - [ ] test - [ ] e2e - [ ] generate - [ ] add - [ ] update - [x ] lint - [ ] xi18n - [ ] run - [ ] config - [ ] help - [ ] version - [ ] doc
Angular 5 Was not having this issue. Once we moved to Angular 7 we are facing this issue.
when we use ng lint for checkstyle it produces multiple xml content. This result in parsing failure of the xml.
when i run this ng lint --format checkstyle > result-checkstyle.xml;
the result file contains :
<?xml version="1.0" encoding="utf-8"?><checkstyle version="4.3"><file name="../shoppingcart-ang7/shoppingcart/src/app/app.component.ts"><error line="208" column="160" severity="error" message="trailing whitespace" source="failure.tslint.no-trailing-whitespace" /></file></checkstyle> <?xml version="1.0" encoding="utf-8"?><checkstyle version="4.3"></checkstyle>
This result in xml parsing error.
The text was updated successfully, but these errors were encountered:
Duplicate of #14659
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
🐞 Ng lint produces to Multiple XML content in single file
Is this a regression? Yes
Angular 5 Was not having this issue. Once we moved to Angular 7 we are facing this issue.
Description
when we use ng lint for checkstyle it produces multiple xml content. This result in parsing failure of the xml.
🔬 Minimal Reproduction
when i run this
ng lint --format checkstyle > result-checkstyle.xml;
the result file contains :
This result in xml parsing error.
The text was updated successfully, but these errors were encountered: