@@ -65,7 +65,6 @@ enable=
65
65
empty-docstring,
66
66
unneeded-not,
67
67
singleton-comparison,
68
- misplaced-comparison-constant,
69
68
unidiomatic-typecheck,
70
69
consider-using-enumerate,
71
70
consider-iterating-dictionary,
@@ -171,7 +170,6 @@ enable=
171
170
use-symbolic-message-instead,
172
171
literal-comparison,
173
172
comparison-with-itself,
174
- no-self-use,
175
173
no-classmethod-decorator,
176
174
no-staticmethod-decorator,
177
175
cyclic-import,
@@ -196,7 +194,6 @@ enable=
196
194
unnecessary-pass,
197
195
unnecessary-lambda,
198
196
duplicate-key,
199
- assign-to-new-keyword,
200
197
useless-else-on-loop,
201
198
confusing-with-statement,
202
199
using-constant-test,
@@ -209,7 +206,6 @@ enable=
209
206
useless-super-delegation,
210
207
unnecessary-semicolon,
211
208
bad-indentation,
212
- mixed-indentation,
213
209
deprecated-module,
214
210
reimported,
215
211
import-self,
@@ -243,17 +239,13 @@ enable=
243
239
bad-thread-instantiation,
244
240
shallow-copy-environ,
245
241
invalid-envvar-default,
246
- deprecated-string-function,
247
- deprecated-str-translate-call,
248
- deprecated-itertools-function,
249
- deprecated-types-field,
250
242
# Custom Zephyr check scripts
251
243
zephyr-arg-parse,
252
244
253
245
[SIMILARITIES]
254
246
255
247
# Minimum lines number of a similarity.
256
- min-similarity-lines =10
248
+ min-similarity-lines =20
257
249
258
250
# Ignore comments when computing similarities.
259
251
ignore-comments =yes
0 commit comments