Skip to content

Commit

Permalink
Remove linting stuff from extract_strings.py and update the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Apr 15, 2013
1 parent 75c2893 commit 140f9a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 643 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ pack packed:
cd exercises && find * -name '*.html' | while read infile; do outfile="../exercises-packed/$$infile"; [ "$$outfile" -nt "$$infile" ] && continue; echo "$$infile"; mkdir -p "`dirname $$outfile`" && ruby ../build/pack.rb < "$$infile" > "$$outfile" || { rm "$$outfile"; exit 1; } done

lint:
python build/extract_strings.py --lint exercises/*html
python build/lint_i18n_strings.py exercises/*html

fix_lint:
python build/lint_i18n_strings.py --fix exercises/*html
Loading

0 comments on commit 140f9a3

Please sign in to comment.