aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #7438 - Wafflespeanut:cargo-tidy, r=jdmbors-servo2015-09-011-3/+43
|\
| * Tidy could now check for version conflicts!Ravi Shankar2015-09-021-3/+43
* | Auto merge of #7468 - JoshTheGoldfish:Issue7460, r=jdmbors-servo2015-09-011-18/+34
|\ \
| * | make test-tidy check that = have space after themerneyja2015-09-011-18/+34
| |/
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-3/+20
* | Auto merge of #7478 - frewsxcv:spec-link-tidy-fix, r=jdmbors-servo2015-08-311-1/+1
|\ \
| * | Update spec link pattern to reflect `impl` signature changesCorey Farwell2015-08-311-1/+1
| |/
* / Make test-tidy check that braces have spaces before or after themwilmoz2015-08-311-0/+10
|/
* tidy will now show its expectation of usesRavi Shankar2015-08-281-1/+4
* Forbid multiline importswilmoz2015-08-251-2/+1
* Make tidy search for files recursively againCorey Farwell2015-08-241-16/+16
* update tidy.py remove collect_file_names:João Oliveira2015-08-251-14/+4
* Auto merge of #7118 - g-k:tidy-check-unused-html-files, r=jdmbors-servo2015-08-241-3/+21
|\
| * Add tidy check for unused reftest html filesGreg Guthe2015-08-191-3/+21
* | Mention max length in tidy check_length. Fixes #7309OneKorg2015-08-211-2/+3
* | check for uses to be sortedJohann Tuffe2015-08-201-2/+16
|/
* Deal with /* /* when checking syntax.Josh Matthews2015-08-161-8/+7
* Tighten up checks for spaces around colons to deal with trait inheritance syn...Josh Matthews2015-08-161-3/+5
* Deal with multiline comments and reduce false positives for common syntax ove...Josh Matthews2015-08-161-10/+41
* Deal with multiline strings and tighten up syntax nit error messages.Josh Matthews2015-08-161-19/+25
* Check for simple Rust style nits in tidy.pywilmoz2015-08-161-1/+51
* Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking ...Ms2ger2015-08-091-1/+8
* Use one Python virtual environment for all mach commandsCorey Farwell2015-08-081-7/+1
* Remove unused variableCorey Farwell2015-08-081-1/+0
* Remove invalid file path in ignored_files for tidyingCorey Farwell2015-08-071-1/+0
* Prevent flake8 from crashing tidyCorey Farwell2015-08-051-1/+1
* Implement the FileList interface. Fixes #6708Bogdan Cuza2015-08-011-0/+1
* Fix #6664 and add color to tidy outputBogdan Cuza2015-07-281-3/+31
* Cleanup lint special cases, refactor flake8 lintingCorey Farwell2015-07-261-31/+38
* Remove unused Python importCorey Farwell2015-07-261-1/+0
* Remove the last few TRs.Michael Howell2015-07-221-1/+0
* Better references.Michael Howell2015-07-221-2/+0
* Tidy finds WebIDLs with no spec.Michael Howell2015-07-211-1/+51
* Fix #6623 and update toml.pyBogdan Cuza2015-07-201-4/+16
* Remove tidy blacklist for 'script/dom/bindings/*'Corey Farwell2015-07-091-1/+8
* Use Cargo's target directory sharing.Jack Moffitt2015-06-151-2/+1
* Add flake8 to the tidy process for Python filesCorey Farwell2015-06-041-4/+34
* Run tidy everything in the tree, remove directory whitelistCorey Farwell2015-06-031-3/+7
* Fix tidy issues with Python files in python/Corey Farwell2015-06-021-1/+6
* Tidy files in the `python/` directoryCorey Farwell2015-06-021-1/+6
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+1
* Fix some overlong lines.Ms2ger2015-05-141-1/+1
* Suggest how to fix unstable WHATWG links in tidy.pyDuncan2015-05-051-6/+4
* Rename check_whitespace_url_len() -> check_by_line().Dhananjay Nakrani2015-04-211-2/+2
* Refactor tidy.py to reduce code duplication.Dhananjay Nakrani2015-04-211-29/+29
* Make tidy.py check for links to spec pages. [Issue#5730]Dhananjay Nakrani2015-04-211-1/+11
* Check license headers in ./testsSimon Sapin2015-04-081-2/+2
* auto merge of #5039 : psdh/servo/tidy, r=jdmbors-servo2015-03-311-1/+2
|\
| * Making tidy.py check ports/glutin and ports/gonkPrabhjyot Singh Sodhi2015-03-311-1/+2
* | Organize reftest list alphabetically and make the tidy script check itGilles Leblanc2015-03-071-1/+36
|/