- 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
-