Skip to content

Commit

Permalink
.coafile: Add NoFutureImportBear
Browse files Browse the repository at this point in the history
Closes #267
  • Loading branch information
ankitxjoshi committed Jul 20, 2018
1 parent b4b0b53 commit cc8b4b1
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 @@ -34,6 +34,7 @@ dependencies:
- coala_utils~=0.6.6
- gemfileparser~=0.6.2
- pyjsparser~=2.4.5
- git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala_pyflakes-0.1


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

0 comments on commit cc8b4b1

Please sign in to comment.