aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
Commit message (Expand)AuthorAgeFilesLines
* Get a real parser, tidySimon Sapin2018-05-041-1/+2
* Don't import wptmanifest when in firefox tree.Xidorn Quan2018-03-071-4/+10
* Add the option in servo-tidy to not check for alphabetical ordering.Nicolas Silva2018-03-061-6/+8
* Change bad namingsTimur Borkhodoev2018-02-021-4/+4
* Add self-test and modify tidy to accomodate the testTimur Borkhodoev2018-02-011-2/+2
* Add proper formatting and ignore _mozillaTimur Borkhodoev2018-02-011-6/+10
* Prints errors if wpt manifest directoriries are not presentTimur Borkhodoev2018-02-011-2/+41
* Update buildbot_steps lint to handle env variablesAneesh Agrawal2018-01-081-11/+22
* Report an errror if a package has duplicates allowed but there are no duplicatesMaxim Novikov2017-11-211-2/+9
* Fix a typo in tidy.pyAnthony Ramine2017-11-131-1/+1
* Auto merge of #19070 - jdm:csstests, r=metajackbors-servo2017-11-021-1/+1
|\
| * Account for changes to Cargo.lock format.Josh Matthews2017-11-021-1/+1
* | Update WebGL conformance suite 1.0.3 from upstreamImanol Fernandez2017-10-311-1/+1
|/
* Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-0/+4
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Update domparsing spec links to not point at WHATWGKafji2017-10-141-1/+0
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-261-4/+4
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Fix some messages in the tidy scriptAnthony Ramine2017-09-261-3/+3
* Make tidy aware of Rust multiline stringsMichael Droettboom2017-09-211-11/+18
* Auto merge of #18179 - davidcl:master, r=jdmbors-servo2017-08-231-0/+13
|\
| * Automatically verify that derive() lists are alphabetically orderedClément DAVID2017-08-231-0/+13
* | Add paint metrics to Performance Timeline APIFernando Jiménez Moreno2017-08-231-0/+1
|/
* tidy: add extra space after keyword checkPavel Sergeev2017-07-201-0/+6
* Count number of braces on a line in .Alan Jeffrey2017-06-071-7/+6
* Don't lint commit messages anymoreAnthony Ramine2017-05-231-31/+1
* Auto merge of #16893 - MortimerGoro:webgl_extensions, r=emiliobors-servo2017-05-191-0/+1
|\
| * Implement WebGL extensions.Imanol Fernandez2017-05-181-0/+1
* | Make some attr values case-insensitive in selectorsSimon Sapin2017-05-181-0/+10
|/
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+1
* Make tidy check that opening and closing braces that begin a line do so with ...coalman2017-04-181-3/+12
* Check for merge commits with tidySadman Kazi2017-04-131-4/+17
* Tidy: Prefer monkey patching sys.path over addsitedir (and some cleanup)Ravi Shankar2017-03-201-19/+20
* added tidy check for -> ()lucantrop2017-03-131-0/+2
* Rewrite the ban-type lint in PythonJefry Lagrange2017-02-251-0/+6
* Add 'use statements with extraneous spaces' tidy checkvwvww2017-02-231-0/+4
* tidy: Ignore [replace]’d packages in the duplicate package lint.Simon Sapin2017-02-141-0/+2
* Tidy checks for styloManish Goregaokar2017-02-081-15/+26
* Tidy: Report invalid listed ignored directories and filesUK9922017-01-181-5/+34
* Moved tidy's BLOCKED_PACKAGES to the config fileMatthias Devlamynck2017-01-141-23/+6
* Rust tidy: disallow assignment = in the beginning of lineJure Podgoršek2017-01-061-0/+2
* Added test-tidy check for blocked packages.Alan Jeffrey2017-01-051-0/+35
* Fix tidy json alphabetical order checkUK9922016-12-291-1/+1
* Tidy: Check Cargo.lock for packages with same version and different sourcesUK9922016-12-261-42/+23
* Tidy: Simplify path normalizationUK9922016-12-261-15/+11
* Add a tidy check for problematic match cases in script_thread.rsJosh Matthews2016-12-161-0/+3
* Auto merge of #14051 - birryree:tidy-check-buildbot-steps, r=aneeshusabors-servo2016-12-081-4/+58
|\
| * Add tidy linting checks for buildbot_steps.ymlWilliam Lee2016-12-081-4/+58
* | Implement tidy commit message testSijmen Schoon2016-12-031-1/+19