File tree 4 files changed +8
-0
lines changed
sdk/lib/_internal/js_shared/lib/synced 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ include : package:lints/core.yaml
Original file line number Diff line number Diff line change @@ -131,7 +131,9 @@ abstract class Recipe {
131
131
static const int _at = 0x40 ;
132
132
static const String _atString = '@' ;
133
133
134
+ // ignore: unused_field
134
135
static const int _uppercaseA = 0x41 ;
136
+ // ignore: unused_field
135
137
static const int _uppercaseZ = 0x5A ;
136
138
137
139
static const int _leftBracket = 0x5B ;
@@ -148,6 +150,7 @@ abstract class Recipe {
148
150
static const String _backtickString = '`' ;
149
151
150
152
static const int _lowercaseA = 0x61 ;
153
+ // ignore: unused_field
151
154
static const int _lowercaseZ = 0x7A ;
152
155
153
156
static const int _leftBrace = 0x7B ;
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ environment:
9
9
dev_dependencies :
10
10
_fe_analyzer_shared : any
11
11
expect : any
12
+ lints : any
Original file line number Diff line number Diff line change @@ -131,7 +131,9 @@ abstract class Recipe {
131
131
static const int _at = 0x40 ;
132
132
static const String _atString = '@' ;
133
133
134
+ // ignore: unused_field
134
135
static const int _uppercaseA = 0x41 ;
136
+ // ignore: unused_field
135
137
static const int _uppercaseZ = 0x5A ;
136
138
137
139
static const int _leftBracket = 0x5B ;
@@ -148,6 +150,7 @@ abstract class Recipe {
148
150
static const String _backtickString = '`' ;
149
151
150
152
static const int _lowercaseA = 0x61 ;
153
+ // ignore: unused_field
151
154
static const int _lowercaseZ = 0x7A ;
152
155
153
156
static const int _leftBrace = 0x7B ;
You can’t perform that action at this time.
0 commit comments