Commit 5cbf89e
authored
support for testrunner for java in vscode (#1001)
What changed?
disable ErrorProne checks (some files are already violating but is suppressed due to Xlint:none)
Why?
Test Runner for Java extension for some reason doesn't read Xlint:none flag and thus fails on suppressed lint errors
How did you test it?
Locally tested on vscode1 parent 96dfe1d commit 5cbf89e
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
176 | 183 | | |
177 | 184 | | |
178 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
179 | 193 | | |
180 | 194 | | |
181 | 195 | | |
| |||
0 commit comments