Skip to content

Commit b459921

Browse files
nashifmmahadevan108
authored andcommitted
ci: compliance: remove dropped pylint rules
new pylint dropped few rules. Signed-off-by: Anas Nashif <[email protected]>
1 parent e26b975 commit b459921

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

scripts/ci/pylintrc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ enable=
6565
empty-docstring,
6666
unneeded-not,
6767
singleton-comparison,
68-
misplaced-comparison-constant,
6968
unidiomatic-typecheck,
7069
consider-using-enumerate,
7170
consider-iterating-dictionary,
@@ -171,7 +170,6 @@ enable=
171170
use-symbolic-message-instead,
172171
literal-comparison,
173172
comparison-with-itself,
174-
no-self-use,
175173
no-classmethod-decorator,
176174
no-staticmethod-decorator,
177175
cyclic-import,
@@ -196,7 +194,6 @@ enable=
196194
unnecessary-pass,
197195
unnecessary-lambda,
198196
duplicate-key,
199-
assign-to-new-keyword,
200197
useless-else-on-loop,
201198
confusing-with-statement,
202199
using-constant-test,
@@ -209,7 +206,6 @@ enable=
209206
useless-super-delegation,
210207
unnecessary-semicolon,
211208
bad-indentation,
212-
mixed-indentation,
213209
deprecated-module,
214210
reimported,
215211
import-self,
@@ -243,17 +239,13 @@ enable=
243239
bad-thread-instantiation,
244240
shallow-copy-environ,
245241
invalid-envvar-default,
246-
deprecated-string-function,
247-
deprecated-str-translate-call,
248-
deprecated-itertools-function,
249-
deprecated-types-field,
250242
# Custom Zephyr check scripts
251243
zephyr-arg-parse,
252244

253245
[SIMILARITIES]
254246

255247
# Minimum lines number of a similarity.
256-
min-similarity-lines=10
248+
min-similarity-lines=20
257249

258250
# Ignore comments when computing similarities.
259251
ignore-comments=yes

0 commit comments

Comments
 (0)