aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests
Commit message (Expand)AuthorAgeFilesLines
* Convert tidy to a non-egg Python packageMartin Robinson2023-06-1542-722/+0
* Merge forbidden panic check into test-tidyMartin Robinson2023-03-223-1/+7
* Use `#!/usr/bin/env bash` in shell scripts for NixOS compatibilityyvt2021-06-141-1/+1
* Fix output of test-tidy with duplicated packages.Josh Matthews2020-05-202-5/+9
* Remove the lint added in https://github.com/servo/servo/pull/14589Simon Sapin2020-04-082-24/+0
* Remove azure canvas backendDaniel Alley2020-02-251-4/+4
* Add lint check for `&DomRoot<T>`lberrymage2019-12-212-1/+2
* Make `mach test-tidy --self-test` compatible with Python3marmeladema2019-12-141-69/+69
* report when blocked package exception is not neededSiddhartha Mishra2019-09-222-0/+45
* Remove regex-based checks in servo-tidy that are covered by rustfmtSimon Sapin2019-06-221-25/+0
* Treat url strings are unsplittableShanavas M2019-01-081-0/+1
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-1911-11/+11
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Fix test-tidy self testPyfisch2018-11-071-6/+0
* Add test that actually tests the testTimur Borkhodoev2018-02-022-105/+2
* Add correct file test for manifest testTimur Borkhodoev2018-02-022-2/+114
* Add self-test and modify tidy to accomodate the testTimur Borkhodoev2018-02-011-0/+5
* Update buildbot_steps lint to handle env variablesAneesh Agrawal2018-01-081-2/+2
* Report an errror if a package has duplicates allowed but there are no duplicatesMaxim Novikov2017-11-211-0/+18
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-262-4/+4
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-263-4/+4
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-262-4/+4
* Fix some messages in the tidy scriptAnthony Ramine2017-09-262-2/+2
* Make tidy aware of Rust multiline stringsMichael Droettboom2017-09-212-0/+33
* Automatically verify that derive() lists are alphabetically orderedClément DAVID2017-08-232-0/+2
* tidy: add extra space after keyword checkPavel Sergeev2017-07-202-0/+8
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Count number of braces on a line in .Alan Jeffrey2017-06-072-0/+24
* Make tidy check that opening and closing braces that begin a line do so with ...coalman2017-04-182-0/+11
* Allow using servo as dependency, by fixing Cargo.toml of servo-test-tidy.강동윤2017-03-271-0/+3
* added tidy check for -> ()lucantrop2017-03-132-1/+2
* Fix Cargo.toml in servo_tidy_testsUK9922017-02-271-1/+4
* Rewrite the ban-type lint in PythonJefry Lagrange2017-02-253-0/+48
* Add 'use statements with extraneous spaces' tidy checkvwvww2017-02-232-0/+3
* Tidy: Report invalid listed ignored directories and filesUK9922017-01-182-2/+8
* Moved tidy's BLOCKED_PACKAGES to the config fileMatthias Devlamynck2017-01-141-0/+2
* Rust tidy: disallow assignment = in the beginning of lineJure Podgoršek2017-01-062-0/+4
* Tidy: Check Cargo.lock for packages with same version and different sourcesUK9922016-12-262-7/+37
* Add a tidy check for problematic match cases in script_thread.rsJosh Matthews2016-12-162-0/+24
* Auto merge of #14051 - birryree:tidy-check-buildbot-steps, r=aneeshusabors-servo2016-12-084-0/+31
|\
| * Add tidy linting checks for buildbot_steps.ymlWilliam Lee2016-12-084-0/+31
* | Add tests for the new LintRunnerRavi Shankar2016-11-117-0/+46
* | Move file list iterator to a new moduleRavi Shankar2016-11-101-4/+3
|/
* Check for JSON key non-duplication and orderYuki Izumi2016-11-072-0/+13
* Auto merge of #13986 - iamrohit7:tidy-feature-attrs, r=Wafflespeanutbors-servo2016-11-012-0/+22
|\
| * Tests alphabetical ordering of #![feature(...)]Rohit Burra2016-11-012-0/+22
* | test-tidy: Check for space between function name and `(`Daan Sprenkels2016-10-312-1/+4
|/
* Auto merge of #13447 - gterzian:check_webidls_folder_files, r=Wafflespeanutbors-servo2016-10-026-0/+12
|\