Closed
Description
Bug Report or Feature Request (mark with an x
)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.2.1
node: 7.10.0
os: win32 x64
Windows 10
Repro steps.
- Create an app:
ng new tempApp
- Open any .ts file, e.g.
src/main.ts
- Make any change that will break tslint rules, e.g. remove semicolon at the end of any line.
- Run
ng lint
- You get ERROR: "path to main.ts"[line, col]: Missing semicolon
The log given by the failure.
ERROR: C:/Users/Alexander/tempApp/src/main.ts[11, 52]: Missing semicolon
Lint errors found in the listed files.
Desired functionality.
Default severity for broken tslint rules should be warning. Those red underlines make me feel that I made error, but in fact I just missed some tiny thing. This sometimes is very disturbing. I think, that syntax error or wrong type, missing member etc. error - are real errors, but tslint errors should be warnings by default.
Mention any other details that might be useful.
Metadata
Metadata
Assignees
Labels
No labels