21 Commits

Author SHA1 Message Date
Mike Brocchi
5a736bd90b refactor: Update rxjs operators to be lettable
Fixes #8912
2018-01-23 09:55:02 -08:00
britvik
c41173440a fix(@angular/cli): Fixed lint not excluding files when project folder name started with a dot 2018-01-18 12:51:05 -05:00
Charles Lyding
7738112ca9 fix(@angular/cli): sync lint error code behavior with TSLint 2017-11-20 10:48:04 -08:00
Charles Lyding
1eb24703c0 fix(@angular/cli): use explicit error when linting non-program file 2017-11-02 16:02:58 +00:00
Charles Lyding
29c8c8ab8c refactor(@angular/cli): simplify lint file discovery 2017-11-02 16:02:58 +00:00
Charles Lyding
0f0d7ed06e fix(@angular/cli): allow reading UTF8 files with BOM when linting 2017-11-02 16:02:58 +00:00
Charles Lyding
13c99def7d refactor(@angular/cli): remove use of any from lint task 2017-11-02 16:02:58 +00:00
Filipe Silva
a28a967309 fix(@angular/cli): remove typescript dependency 2017-10-25 10:32:57 -07:00
Filipe Silva
fd82e1870e build: update chalk to 2.2
`chalk@2.2` is incompatible with `@types/chalk`.
2017-10-24 12:03:55 -07:00
Charles Lyding
afe228ebbf feat(@angular/cli): always use lint project option if present 2017-09-27 09:29:32 +01:00
Charles Lyding
a3bf5291e7 feat(@angular/cli): add option to use lint to adjust generated files 2017-05-09 19:04:11 +01:00
Charles Lyding
8035f54206 feat(@angular/cli): allow lint project setting to be optional 2017-05-09 19:04:11 +01:00
Sumit Arora
bab9a56551 fix(@angular/cli): fixing lint error issue added flag --type-check 2017-03-23 17:55:41 -07:00
Charles Lyding
be0762b2ca fix(@angular/cli): remove mention of 'ng update' from lint warning 2017-03-23 17:24:29 -07:00
Charles Lyding
c99cf96e49 fix(@angular/cli): ensure lint generates well-formed machine output
For machine readable output formats, ng lint was concatenating multiple documents into a single file. This resulted in invalid JSON, XML, etc. The lint results are now aggregated and one full output is generated.

Fix #5259
Close #5224
2017-03-09 10:43:46 +00:00
moritz-h
0d8799ee32 fix(@angular/cli): fix ng lint formatted output (#4917)
Print linting result only for human-readable formats, to not mess up xml, json, ... output.
2017-02-22 14:31:03 -08:00
Filipe Silva
d1e13ace0b build: use noUnusedParameters, noUnusedLocals (#4882) 2017-02-21 10:53:34 -08:00
Hans Larsen
351f6b16d4
fix(@angular/cli): lint now works with excluded files. 2017-02-16 16:52:02 -08:00
Filipe Silva
8d2d93a7a2 feat(e2e): use protractor api (#4527)
Uses existing Protractor API to run it directly instead of using `npm run
e2e`.

Also adds support for the following flags: `--serve`, `--config`,
`--specs`, `--element-explorer`, `--webdriver-update`.

Fix #4256
Fix #4478

BREAKING CHANGE: `ng e2e` no longer needs `ng serve` to be running.
2017-02-09 15:14:29 -08:00
Stephen Cavaliere
6e3186d62c feat(@angular/cli): add ability to exclude files and directories (#4437)
Fixes #4350
2017-02-09 14:11:40 -08:00
Hans
601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00