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 071beac commit e58a657Copy full SHA for e58a657
lgtm.yml
@@ -5,3 +5,8 @@ queries:
5
# A module is imported with the "import" and "import from" statements.
6
# https://lgtm.com/rules/1818040193/
7
- exclude: py/import-and-import-from
8
+
9
+ # Disable rule to compensate parameter naming in `CrateCompiler._get_crud_params`.
10
+ # Using an alternative name for the first parameter of an instance method makes code more difficult to read.
11
+ # https://lgtm.com/rules/910082/
12
+ - exclude: py/not-named-self
0 commit comments