Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
astyle.sh: skip E265 (block comments should start with '# ')
  • Loading branch information
jef-n committed Dec 10, 2015
1 parent 8a93990 commit 595f24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/astyle.sh
Expand Up @@ -94,7 +94,7 @@ for f in "$@"; do

*.py)
#cmd="autopep8 --in-place --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701"
cmd="autopep8 --in-place --ignore=E261,E402,E501"
cmd="autopep8 --in-place --ignore=E261,E265,E402,E501"
;;

*.sip)
Expand Down

0 comments on commit 595f24e

Please sign in to comment.