Skip to content

Commit

Permalink
Merge pull request #34 from ustun/patch-1
Browse files Browse the repository at this point in the history
South migrations directory for South 1.0
  • Loading branch information
carlio committed Aug 1, 2014
2 parents e18546d + cf635f4 commit 6af5330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospector/adaptor/libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class DjangoAdaptor(AdaptorBase):
name = 'django'
ignore_patterns = (
'(^|/)migrations(/|$)',
'(^|/)(south_)?migrations(/|$)',
)

def adapt_pylint(self, linter):
Expand Down

0 comments on commit 6af5330

Please sign in to comment.