- 31 Oct, 2017 1 commit
-
-
EDUCATOR-1529
Eric Fischer committed
-
- 23 Aug, 2017 1 commit
-
-
Django-format comments are now used to detect a django template. Note: Django templates are still not linted.
Calen Pennington committed
-
- 01 Aug, 2017 1 commit
-
-
Calen Pennington committed
-
- 30 Jun, 2017 2 commits
-
-
Robert Raposa committed
-
This requires the next commit to work, but needed to be is a separate commit to keep history.
Robert Raposa committed
-
- 30 May, 2017 1 commit
-
-
Andy Armstrong committed
-
- 12 May, 2017 1 commit
-
-
Brian Jacobel committed
-
- 29 Jul, 2016 1 commit
-
-
Brian Jacobel committed
-
- 01 Jun, 2016 1 commit
-
-
Brian Jacobel committed
-
- 27 May, 2016 1 commit
-
-
Robert Raposa committed
-
- 18 May, 2016 1 commit
-
-
- Lint directories and files in sorted order. - Lint python blocks in Mako.
Robert Raposa committed
-
- 10 May, 2016 1 commit
-
-
Robert Raposa committed
-
- 03 May, 2016 1 commit
-
-
- Use AST to parse Python. - Refactor Mako to use Python linting. - Add optional verbose script argument. - Skip tests.py files when linting.
Robert Raposa committed
-
- 02 May, 2016 4 commits
-
-
Robert Raposa committed
-
Robert Raposa committed
-
Robert Raposa committed
-
Robert Raposa committed
-
- 28 Apr, 2016 2 commits
-
-
Robert Raposa committed
-
Robert Raposa committed
-
- 27 Apr, 2016 1 commit
-
-
Robert Raposa committed
-
- 21 Apr, 2016 1 commit
-
-
- Lint JavaScript context for JavaScript violations - Lint for Mako specific JavaScript rules - Skip commented lines - Change unicode to decode.utf8 - Count lint violations
Robert Raposa committed
-
- 20 Apr, 2016 1 commit
-
-
- check proper use of JQuery functions - check for concatenation with HTML strings - add sort for output - lint CoffeeScript
Robert Raposa committed
-
- 16 Apr, 2016 1 commit
-
-
Robert Raposa committed
-
- 12 Apr, 2016 4 commits
-
-
Robert Raposa committed
-
Robert Raposa committed
-
- Make mako-wrap-html fire when '<' found anywhere in unwrapped string - Fix typo - Fix quality errors - Fix defect found when Python string broken over lines
Robert Raposa committed -
Also include the following: - new rule for strings that should be wrapped with HTML() - allow expressions to use "| n, unicode" - refactor string parsing into separate class - switch end_index to be the index following the expression
Robert Raposa committed
-
- 11 Apr, 2016 1 commit
-
-
- Add capability to run linter on file or directory - Add rule for HTML() requiring Text() - Add rule for HTML() and Text() being closed before format() - Add rule for Text() unnecessary without HTML() - Enhance expression parsing - Add real arg parser for script - Clean up unit tests
Robert Raposa committed
-
- 06 Apr, 2016 1 commit
-
-
- Remove <%include> linting - Remove dump_html_escaped_json
Robert Raposa committed
-
- 30 Mar, 2016 1 commit
-
-
- Check includes for Mako templates - Check display_name_with_default_escaped uses - Add exceptions for Underscore and <%= - Skip templates that are Django and not Mako - Add pragma to disable errors - Enhance unit tests - Remove violation mako-js-string-missing-quotes - Refactor line processing into StringLines
Robert Raposa committed
-
- 24 Mar, 2016 1 commit
-
-
Robert Raposa committed
-
- 23 Mar, 2016 2 commits
-
-
MULTILINE has to do with how '^' and '$' behave, DOTALL will make the '.' match newlines as well. This catches several failures that were previously missed.
Eric Fischer committed -
Peter Fogg committed
-
- 22 Mar, 2016 2 commits
-
-
Robert Raposa committed
-
Changes include: - Fix code review comments - Add comments - Rename variables and files
Robert Raposa committed
-
- 17 Mar, 2016 1 commit
-
-
Ned Batchelder committed
-
- 13 Mar, 2016 1 commit
-
-
- Initial lint of Mako templates - Initial lint of Underscore.js templates
Robert Raposa committed
-