Skip to content

Commit ac09d40

Browse files
mgechevhansl
authored andcommitted
ci: remove codelyzer rules (#6651)
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.
1 parent b8acc48 commit ac09d40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/e2e/assets/1.0.0-proj/tslint.json

-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109
"use-pipe-transform-interface": true,
110110
"component-class-suffix": true,
111111
"directive-class-suffix": true,
112-
"no-access-missing-member": true,
113-
"templates-use-public": true,
114112
"invoke-injectable": true
115113
}
116114
}

0 commit comments

Comments
 (0)