From 55224a17d3dee9023b3484bc1a3504483873e440 Mon Sep 17 00:00:00 2001 From: Bill Odom Date: Mon, 6 Feb 2017 21:39:11 -0600 Subject: [PATCH] docs: remove reference to obsolete lint flag (#4444) Delete reference to the `--lint` flag recently removed from the `ng test` command. Related to issue #4114 and PR #4261 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a675e2ccd046..db37770e6c1f 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,6 @@ Tests will execute after a build is executed via [Karma](http://karma-runner.git You can run tests with coverage via `--code-coverage`. The coverage report will be in the `coverage/` directory. -Linting during tests is also available via the `--lint` flag. See [Linting code](#linting-code) chapter for more information. - ### Running end-to-end tests ```bash