You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic problem occurs straight after project is generated.
The log given by the failure.
n/a
Mention any other details that might be useful.
When generating checkstyle output (for use in Jenkins etc) using ng lint --format checkstyle there is no standard way to send just the xml output to a file - you have to redirect stdout, which then includes the summary line All files pass linting. or Lint errors found in the listed files. at the end of the output.
Furthermore on success no xml output is produced at all causing xml parse errors. Tslint itself does produce xml output on success so this would appear to be actively suppressed.
The text was updated successfully, but these errors were encountered:
moritz-h
added a commit
to moritz-h/angular-cli
that referenced
this issue
Feb 20, 2017
OS?
Versions.
@angular/cli: 1.0.0-beta.32.3 [1.0.0-beta.31]
node: 6.9.5
os: darwin x64
@angular/common: 2.4.7
@angular/compiler: 2.4.7
@angular/core: 2.4.7
@angular/forms: 2.4.7
@angular/http: 2.4.7
@angular/platform-browser: 2.4.7
@angular/platform-browser-dynamic: 2.4.7
@angular/router: 3.4.7
@angular/cli: 1.0.0-beta.32.3
@angular/compiler-cli: 2.4.7
Repro steps.
Basic problem occurs straight after project is generated.
The log given by the failure.
n/a
Mention any other details that might be useful.
When generating checkstyle output (for use in Jenkins etc) using
ng lint --format checkstyle
there is no standard way to send just the xml output to a file - you have to redirect stdout, which then includes the summary lineAll files pass linting.
orLint errors found in the listed files.
at the end of the output.Furthermore on success no xml output is produced at all causing xml parse errors. Tslint itself does produce xml output on success so this would appear to be actively suppressed.
The text was updated successfully, but these errors were encountered: