Skip to content

Commit

Permalink
.coafile: Add NoFutureImportBear
Browse files Browse the repository at this point in the history
Closes coala#267
  • Loading branch information
ankitxjoshi committed Jul 24, 2019
1 parent 5ece789 commit 60b209b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
[all.yml]
bears = YAMLLintBear
files = *.yml, .ci/*.yml, tests/**/*.yml

[all.nofutureimports]
bears = NoFutureImportBear
1 change: 1 addition & 0 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- 'git+https://github.com/coala/coala-bears#egg=coala-bears'
- gemfileparser~=0.6.2
- pyjsparser~=2.4.5
- git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala-pyflakes


configuration:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ git+https://github.com/coala/coala#egg=coala
git+https://github.com/coala/coala-bears#egg=coala-bears
gemfileparser~=0.6.2
pyjsparser~=2.4.5
git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala-pyflakes

0 comments on commit 60b209b

Please sign in to comment.