File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
scanner :
2
- diff_only : True # Only show errors caused by the patch
2
+ # Only show errors caused by the patch. False means we check everything
3
+ # according to the config for flake8 in setup.cfg
4
+ diff_only : False
3
5
linter : flake8
4
6
5
- message : # Customize the comment made by the bot
6
- opened : # Messages when a new PR is submitted
7
+ message : # Customize the comment made by the bot
8
+ opened : # Messages when a new PR is submitted
7
9
header : " Hello @{name}, thank you for submitting the Pull Request!"
8
10
footer : " To test for issues locally, `pip install flake8` and then run `flake8 nibabel`."
9
- updated : # Messages when new commits are added to the PR
11
+ updated : # Messages when new commits are added to the PR
10
12
header : " Hello @{name}, Thank you for updating!"
11
13
footer : " To test for issues locally, `pip install flake8` and then run `flake8 nibabel`."
12
14
no_errors : " Cheers! There are no style issues detected in this Pull Request. :beers: "
You can’t perform that action at this time.
0 commit comments