Skip to content

Commit

Permalink
Temporarily disable pylint due to bug in astroid
Browse files Browse the repository at this point in the history
  • Loading branch information
djungelorm committed Jun 30, 2017
1 parent e89539b commit 1f397ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ test:
rm -rf out
pip install pep8 pylint
pep8 sphinx_csharp/csharp.py
pylint --rcfile=pylint.rc sphinx_csharp/csharp.py
# FIXME: reenable pylint
# pylint --rcfile=pylint.rc sphinx_csharp/csharp.py
sphinx-build -E -n -W test test-output

clean:
Expand Down

0 comments on commit 1f397ad

Please sign in to comment.