aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
Commit message (Expand)AuthorAgeFilesLines
...
* | adding wpt lint script to tidy checksjmr02015-11-301-2/+12
* | Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanutbors-servo2015-11-281-3/+16
|\ \ | |/ |/|
| * Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-3/+16
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-1/+1
* | Auto merge of #8689 - jdm:deps, r=frewsxcvbors-servo2015-11-271-1/+1
|\ \ | |/ |/|
| * Remove remaining version-conflict exceptions in tidy.py.Josh Matthews2015-11-261-1/+1
* | adding tidy rule to warn against use of &String and refactoring instances of ...jmr02015-11-251-0/+4
|/
* Ignore sync directories in test-tidy.Ms2ger2015-11-101-0/+2
* Expand tidy to lint parts of /tests/wptCorey Farwell2015-11-031-1/+4
* Make test-tidy ignore braces surrounded by backticksAnthony Ramine2015-10-211-4/+4
* Whitelist drafts.fxtf.org in tidy.py's webidl spec link checkTill Schneidereit2015-10-171-0/+1
* Adds a tidy check for single-page HTML specification linksGilles Leblanc2015-10-151-2/+10
* Auto merge of #7933 - mbrubeck:piston-image, r=glennwbors-servo2015-10-121-1/+3
|\
| * Replace libpng with image everywhere.Matt Brubeck2015-10-101-2/+1
| * Replace stb_image with PistonDevelopers/imageMatt Brubeck2015-10-091-1/+4
* | Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-2/+1
* | Refactor away unnecessary use of regexPierre Chevalier2015-10-091-1/+1
|/
* Check for Extra pointer dereferencing. Issue #7640.Jaydeep2015-09-261-0/+5
* Raise max length error over 120 chars not at 120 chars. python/tidy.pyMathieu Rheaume2015-09-211-1/+1
* tidy.py: Check for import blocks separated by whitespaceBrandon Fairchild2015-09-191-7/+30
* fixes #7390 : tidy now check the order of mod declarations even whith attributeHugo Thiessard2015-09-181-0/+25
* Auto merge of #7570 - jxs:ignore_length_tidy_script, r=Ms2gerbors-servo2015-09-111-2/+4
|\
| * ignore length on .lock files on tidy.py,João Oliveira2015-09-091-2/+4
* | Use OS-agnostic filesystem paths in PythonCorey Farwell2015-09-081-13/+13
|/
* Auto merge of #7499 - nerith:style, r=metajackbors-servo2015-09-021-2/+2
|\
| * python/tidy.py: Ignore macros in style nit checkBrandon Fairchild2015-09-011-1/+1
| * Improve style nit check for space after a commaBrandon Fairchild2015-09-011-1/+1
* | Remove references to no-longer-in-tree Python packagesCorey Farwell2015-09-021-4/+0
* | Revert "Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for b...Corey Farwell2015-09-021-8/+1
* | 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