mirror of https://github.com/zulip/zulip.git
3b5c187f55
`tools/lint-all` now calls the new `tools/check-css` The css_parser library parsers CSS into a data structure that remembers line numbers and columns of semantically meaningful tokens and adjoining white space/tokens. It is intended to be used for various linting tasks. The file `tools/check-css` runs a few files through the parser and makes sure they round trip. This has some value right away, as files that fail to parse will cause an exception to be thrown and thus alert developers to syntax errors. We expect to grow this into more advanced linting tasks eventually. |
||
---|---|---|
.. | ||
__init__.py | ||
css_parser.py | ||
template_parser.py |