Skip to content

Commit

Permalink
pylint-django gets "no-member" error: known issue: implemented sugges…
Browse files Browse the repository at this point in the history
…ted workaround

A known issue with pylint-django

pylint-dev/pylint-django#53

https://github.com/christianmlong/personal/commit/2939cb1d1a08bda225441e0b5326228fb757ee15

Tested on:
pylint==1.5.4
pylint-django==0.7.1
  • Loading branch information
solvire committed Feb 28, 2016
1 parent 528423f commit 04f852c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion {{cookiecutter.repo_name}}/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ max-line-length=120
disable=missing-docstring,invalid-name

[DESIGN]
max-parents=13
max-parents=13

[TYPECHECK]
generated-members=REQUEST,acl_users,aq_parent,"[a-zA-Z]+_set{1,2}",save,delete

0 comments on commit 04f852c

Please sign in to comment.