diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /meson/.pylintrc | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'meson/.pylintrc')
-rw-r--r-- | meson/.pylintrc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meson/.pylintrc b/meson/.pylintrc new file mode 100644 index 000000000..bfa6d2fc7 --- /dev/null +++ b/meson/.pylintrc @@ -0,0 +1,26 @@ +[MASTER] +jobs=0 + +[REPORTS] +score=no + +[MESSAGES CONTROL] +disable=all +enable= + abstract-class-instantiated, + assert-on-tuple, + bad-indentation, + compare-to-zero, + dangerous-default-value, + deprecated-lambda, + len-as-condition, + literal-comparison, + missing-kwoa, + mixed-indentation, + no-value-for-parameter, + redundant-keyword-arg, + singleton-comparison, + too-many-function-args, + unexpected-keyword-arg, + unreachable, + bare-except |