Skip to content

Commit

Permalink
Enable newline check.
Browse files Browse the repository at this point in the history
* The check was accidentally deactivated in a29793a.
  • Loading branch information
Renelvon committed Oct 27, 2014
1 parent 3c11881 commit 8f285db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions checkstyle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,14 @@ js)
exc)
execute_bit_check
;;
nl)
new_line_check
;;
*)
python_check
js_check
execute_bit_check
new_line_check
esac

if $ERR ; then
Expand Down

0 comments on commit 8f285db

Please sign in to comment.