Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include missing dependency requirements | Kartikaya Gupta (kats) | 2019-05-15 | 1 | -0/+2 |
| | | | Running `servo-tidy` in a virtualenv where all you've done is `pip install servo-tidy==0.3.0` doesn't actually work because of missing dependencies. PyYAML and voluptuous are required as well. I don't know anything about python package management but declaring these missing dependencies seems like an appropriate thing to do. Patch itself is untested because I don't know how, although with these dependencies installed in my virtualenv running `servo-tidy` works. | ||||
* | Update `servo-tidy` to 0.3.0 | UK992 | 2017-02-25 | 1 | -2/+2 |
| | |||||
* | bump Tidy version no | edunham | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | Add support colored text in Windows Console | UK992 | 2016-08-13 | 1 | -0/+1 |
| | |||||
* | Improve tidy's license validation logic | edunham | 2016-08-12 | 1 | -2/+2 |
| | | | | | | | | | | | fixes https://github.com/servo/servo/issues/10716 I took the lazy way out and hardcoded the size of block we examine for licenses. fixes https://github.com/servo/servo/issues/10719 Includes tests for new functionality. | ||||
* | Allow another wording of apache2/MIT (used by gaol) | edunham | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | bump the minor version of servo_tidy | askeing | 2016-04-17 | 1 | -1/+1 |
| | | | | - and add clean folder into Makefile | ||||
* | Add "servo-tidy" entry point | askeing | 2016-04-17 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | - also update requriements "pyflakes" from 0.8 to 0.8.1 due to following issue ``` Traceback (most recent call last): File "/Users/Askeing/software/servo/python/_virtualenv/bin/servo-tidy", line 5, in <module> from pkg_resources import load_entry_point File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3084, in <module> @_call_aside File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3070, in _call_aside f(*args, **kwargs) File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3097, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 653, in _build_master return cls._build_from_requirements(__requires__) File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 839, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pyflakes==0.8.1' distribution was not found and is required by servo-tidy ``` | ||||
* | Add dependency on toml base on python/requirements.txt | askeing | 2016-04-17 | 1 | -0/+1 |
| | |||||
* | Add dependency on flake8 base on python/requirements.txt | askeing | 2016-04-17 | 1 | -0/+1 |
| | |||||
* | Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy check | askeing | 2016-04-15 | 1 | -1/+11 |
| | | | | - fix the issue of '$ ./mach test-tidy --no-progress' | ||||
* | Modify the description of setup.py | askeing | 2016-04-14 | 1 | -2/+2 |
| | |||||
* | Create a Python package of Tidy | Askeing Yen (fyen) | 2016-04-13 | 1 | -0/+40 |