Commit 7073a83
linter: remove unused ignoreSyntheticNodes parameter
This parameter was used once in one lint rule, and otherwise seems like
it was designed for testing, but does not need to be used in either
place.
Change-Id: I95af78a1c69c945b467ed3cb51e9e3a7d7c81491
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/423902
Commit-Queue: Samuel Rawlins <[email protected]>
Reviewed-by: Johnni Winther <[email protected]>
Reviewed-by: Erik Ernst <[email protected]>
Reviewed-by: Brian Wilkerson <[email protected]>1 parent 6156dd6 commit 7073a83
File tree
3 files changed
+5
-8
lines changed- pkg
- analyzer
- lib/src/lint
- test/src/lint
- linter/lib/src/rules
3 files changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | 259 | | |
261 | | - | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
289 | 288 | | |
290 | 289 | | |
291 | 290 | | |
292 | | - | |
293 | 291 | | |
294 | | - | |
| 292 | + | |
295 | 293 | | |
296 | 294 | | |
297 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments