File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ Flake8 will run on files with the following extensions:
18
18
19
19
- ` *.py `
20
20
21
+ ## Configuration
22
+
23
+ Flake8 supports the following config files:
24
+
25
+ - ` .flake8 `
26
+
27
+ CodeRabbit will not run Flake8 if no config file is found.
28
+
21
29
## Features
22
30
23
31
Flake8 can detect many issues such as:
Original file line number Diff line number Diff line change @@ -18,6 +18,17 @@ Pylint will run on files with the following extensions:
18
18
19
19
- ` *.py `
20
20
21
+ ## Configuration
22
+
23
+ Pylint supports the following config files:
24
+
25
+ - ` .pylintrc `
26
+ - ` pylintrc `
27
+ - ` .pylintrc.toml `
28
+ - ` pylintrc.toml `
29
+
30
+ CodeRabbit will not run Pylint if no config file is found.
31
+
21
32
## Features
22
33
23
34
Pylint can detect many issues such as:
Original file line number Diff line number Diff line change 336
336
},
337
337
"default" : [],
338
338
"description" : " Base branches (other than the default branch) to review. Accepts regex patterns."
339
+ },
340
+ "ignore_usernames" : {
341
+ "type" : " array" ,
342
+ "items" : {
343
+ "type" : " string"
344
+ },
345
+ "default" : [],
346
+ "description" : " Ignore reviewing pull requests by these usernames. These should match the Git platform usernames exactly, not the email addresses."
339
347
}
340
348
},
341
349
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments