@@ -122,60 +122,8 @@ <h1><i class="icon-cog"></i>[[=z.token('settings.general.title')]]</h1>
122
122
< label for ="show-friendly "> [[=z.token('settings.general.showFriendly')]]</ label >
123
123
</ div >
124
124
</ div >
125
- < div class ="line ">
125
+ < div class ="line " id =" warnings-settings " >
126
126
< p > [[=z.token('settings.general.warnings')]]:</ p >
127
- < div >
128
- < input type ="checkbox " checked name ="warnings " value ="parsing-error " id ="parsing-error ">
129
- < label for ="parsing-error "> parsing error</ label >
130
- </ div >
131
- < div >
132
- < input type ="checkbox " checked name ="warnings " value ="unsafe-import " id ="unsafe-import ">
133
- < label for ="unsafe-import "> unsafe import</ label >
134
- </ div >
135
- < div >
136
- < input type ="checkbox " checked name ="warnings " value ="unsafe-regex " id ="unsafe-regex ">
137
- < label for ="unsafe-regex "> unsafe regex</ label >
138
- </ div >
139
- < div >
140
- < input type ="checkbox " checked name ="warnings " value ="unsafe-stmt " id ="unsafe-stmt ">
141
- < label for ="unsafe-stmt "> unsafe stmt</ label >
142
- </ div >
143
- < div >
144
- < input type ="checkbox " checked name ="warnings " value ="unsafe-assign " id ="unsafe-assign ">
145
- < label for ="unsafe-assign "> unsafe assign</ label >
146
- </ div >
147
- < div >
148
- < input type ="checkbox " checked name ="warnings " value ="encoded-literal " id ="encoded-literal ">
149
- < label for ="encoded-literal "> encoded literal</ label >
150
- </ div >
151
- < div >
152
- < input type ="checkbox " checked name ="warnings " value ="short-identifiers " id ="short-identifiers ">
153
- < label for ="short-identifiers "> short identifiers</ label >
154
- </ div >
155
- < div >
156
- < input type ="checkbox " checked name ="warnings " value ="suspicious-literal " id ="suspicious-literal ">
157
- < label for ="suspicious-literal "> suspicious literal</ label >
158
- </ div >
159
- < div >
160
- < input type ="checkbox " checked name ="warnings " value ="suspicious-file " id ="suspicious-file ">
161
- < label for ="suspicious-file "> suspicious file</ label >
162
- </ div >
163
- < div >
164
- < input type ="checkbox " checked name ="warnings " value ="obfuscated-code " id ="obfuscated-code ">
165
- < label for ="obfuscated-code "> obfuscated code</ label >
166
- </ div >
167
- < div >
168
- < input type ="checkbox " checked name ="warnings " value ="weak-crypto " id ="weak-crypto ">
169
- < label for ="weak-crypto "> weak crypto</ label >
170
- </ div >
171
- < div >
172
- < input type ="checkbox " checked name ="warnings " value ="shady-link " id ="shady-link ">
173
- < label for ="shady-link "> shady link</ label >
174
- </ div >
175
- < div >
176
- < input type ="checkbox " checked name ="warnings " value ="zero-semver " id ="zero-semver ">
177
- < label for ="zero-semver "> zero semver (0.x.x)</ label >
178
- </ div >
179
127
</ div >
180
128
< div class ="line ">
181
129
< p > [[=z.token('settings.general.flags')]]:</ p >
0 commit comments