Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit713412f

Browse files
Merge branch 'main' into fix/sidebar-tools
2 parents5852843 +f4a00ae commit713412f

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

‎docs/tools/flake8.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Flake8 will run on files with the following extensions:
1818

1919
-`*.py`
2020

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+
2129
##Features
2230

2331
Flake8 can detect many issues such as:

‎docs/tools/pylint.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Pylint will run on files with the following extensions:
1818

1919
-`*.py`
2020

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+
2132
##Features
2233

2334
Pylint can detect many issues such as:

‎static/schema/schema.v2.json‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,14 @@
336336
},
337337
"default": [],
338338
"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."
339347
}
340348
},
341349
"additionalProperties":false,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp