aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
Commit message (Expand)AuthorAgeFilesLines
* have tidy always check Cargo.lockSiddhartha Mishra2019-09-221-1/+4
* rustfmtJosh Matthews2019-07-091-0/+4
* Remove regex-based checks in servo-tidy that are covered by rustfmtSimon Sapin2019-06-221-63/+0
* Add XR.test()Manish Goregaokar2019-05-301-0/+1
* Treat url strings are unsplittableShanavas M2019-01-081-0/+7
* Add spec linksManish Goregaokar2018-12-221-0/+1
* Don't lint subdirectories of virtual manifest paths.Josh Matthews2018-12-131-1/+1
* servo-tidy: Allow to use MPL with http and httpsJan Andre Ikenmeyer2018-11-191-2/+2
* Remove import order check from test-tidyPyfisch2018-11-061-32/+0
* Sort `use` statementsSimon Sapin2018-11-061-1/+9
* Move Khronos WebGL tests to /_webgl/Anthony Ramine2018-08-251-1/+1
* test-tidy fixesFernando Jiménez Moreno2018-07-301-0/+1
* Remove geckolib-related build commands.Emilio Cobos Álvarez2018-05-171-1/+0
* 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