We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0e0fc commit 0373a4dCopy full SHA for 0373a4d
.pylintrc
@@ -0,0 +1,8 @@
1
+[MASTER]
2
+disable=
3
+ # Plugin file names use dashes (e.g. "cpu-usage", "ipmi-sel") which is correct
4
+ # for CLI tools but violates Python's snake_case module naming convention.
5
+ C0103,
6
+ # Every plugin uses "except Exception: lib.base.cu()" as a top-level safety net.
7
+ # This is intentional and consistent across all plugins.
8
+ W0718,
0 commit comments