Skip to content

Commit e58a657

Browse files
committed
SA13: Suppress specific LGTM.com warning
1 parent 071beac commit e58a657

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lgtm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ queries:
55
# A module is imported with the "import" and "import from" statements.
66
# https://lgtm.com/rules/1818040193/
77
- 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

Comments
 (0)