Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc8b4b1

Browse files
committedJul 20, 2018
.coafile: Add NoFutureImportBear
Closes #267
1 parent b4b0b53 commit cc8b4b1

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
 

‎.coafile

+3
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
4242
[all.yml]
4343
bears = YAMLLintBear
4444
files = *.yml, .ci/*.yml, tests/**/*.yml
45+
46+
[all.nofutureimports]
47+
bears = NoFutureImportBear

‎.moban.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies:
3434
- coala_utils~=0.6.6
3535
- gemfileparser~=0.6.2
3636
- pyjsparser~=2.4.5
37+
- git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala_pyflakes-0.1
3738

3839

3940
configuration:

‎requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ coala_bears~=0.12.0.dev20170722110839
33
coala_utils~=0.6.6
44
gemfileparser~=0.6.2
55
pyjsparser~=2.4.5
6+
git+https://gitlab.com/MacBox7/coala-pyflakes.git#egg=coala_pyflakes-0.1

0 commit comments

Comments
 (0)
Please sign in to comment.