Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Disable cyclic import check
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 9, 2015
1 parent 76a00d1 commit 042895d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -179,7 +179,7 @@ pep257: depends-ci

.PHONY: pylint
pylint: depends-ci
$(PYLINT) $(PACKAGE) --rcfile=.pylintrc
$(PYLINT) $(PACKAGE) --rcfile=.pylintrc --disable=cyclic-import
$(PYLINT) tests --rcfile=.pylintrc --disable=duplicate-code

.PHONY: fix
Expand Down

0 comments on commit 042895d

Please sign in to comment.