So it turns out that the HTML quote problem mentioned earlier is still a problem. Rather than delve into the thread’s history, my HTML files generate warnings like this:
The value of attribute [ (click) ] must be in double quotes. app.component.html /ui/src/app line 2 CodeMix Validation
The local standard is to use single quotes, and so this issue generates warnings across my entire codebase and eventually masks any real issues in the problems view.
Clearing the markers manually and performing a rebuild of the project doesn’t regenerate them–which is why I thought the issue was resolved–but they reappear when I open a HTML file.
The previous recommendations referred to configuration issues with tslint.json; but I don’t think it’s relevant–tslint doesn’t run on HTML files, does it?
Configuration:
Oxygen.3a Release (4.7.3a), Build id: 20180405-1200+
Codemix CI 2018.11.26
Angular 7.0.4
How do I reconfigure CodeMix to respect the single quote standard, or alternatively shut down this rule entirely?
tia,
-r