Skip to content

Commit

Permalink
ci: remove codelyzer rules (#6651)
Browse files Browse the repository at this point in the history
Few rules report warnings which are compile-time errors caught by the
Angular compiler and reported by the language service.

Since codelyzer doesn't aim to provide type checking and deep analysis
of the entire project, it'll be better if these two rules are removed.
  • Loading branch information
mgechev authored and hansl committed Jun 15, 2017
1 parent b8acc48 commit ac09d40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/assets/1.0.0-proj/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
"no-access-missing-member": true,
"templates-use-public": true,
"invoke-injectable": true
}
}

0 comments on commit ac09d40

Please sign in to comment.