servo/python/tidy/servo_tidy_tests
Anthony Ramine 577370746e Rename DOMRefCell<T> to DomRefCell<T>
I don't want to do such a gratuitous rename, but with all the other types
now having "Dom" as part of their name, and especially with "DomOnceCell",
I feel like the other cell type that we already have should also follow
the convention. That argument loses weight though when we realise there
is still DOMString and other things.
2017-09-26 09:49:08 +02:00
..
dir_check tidy: checking directories for unexpected file extensions 2016-10-02 14:40:28 +08:00
lints Add tests for the new LintRunner 2016-11-11 19:54:34 +05:30
test_ignored/whee Added a subdirectory with a file to test whether tidy command ignores files in subdirectories 2016-07-07 15:08:41 +05:30
__init__.py
apache2_license.rs Improve tidy's license validation logic 2016-08-12 13:32:09 +02:00
ban-domrefcell.rs Rename DOMRefCell<T> to DomRefCell<T> 2017-09-26 09:49:08 +02:00
ban.rs Rename MutJS<T> to MutDom<T> 2017-09-26 09:49:00 +02:00
Cargo.toml Allow using servo as dependency, by fixing Cargo.toml of servo-test-tidy. 2017-03-27 22:32:12 +09:00
duplicate_key.json [tidy] check for duplicate keys in .json files 2016-07-08 11:12:12 +02:00
duplicate_keys_buildbot_steps.yml Add tidy linting checks for buildbot_steps.yml 2016-12-08 20:36:13 -05:00
duplicated_package.lock Tidy: Check Cargo.lock for packages with same version and different sources 2016-12-26 16:49:08 +01:00
empty_file.rs Tidy: Handle empty files 2016-08-29 18:33:03 +02:00
incorrect_license.rs
lib.rs Tests alphabetical ordering of #![feature(...)] 2016-11-01 11:35:39 +05:30
long_line.rs
malformed_json.json [tidy] Add test for existing json functionality 2016-07-07 17:07:03 +02:00
modeline.txt tidy check for vim and emacs modelines. 2016-04-21 17:52:09 +02:00
multiline_string.rs Make tidy aware of Rust multiline strings 2017-09-21 17:17:47 -04:00
non_list_mapping_buildbot_steps.yml Add tidy linting checks for buildbot_steps.yml 2016-12-08 20:36:13 -05:00
non_string_list_buildbot_steps.yml Add tidy linting checks for buildbot_steps.yml 2016-12-08 20:36:13 -05:00
rust_tidy.rs Automatically verify that derive() lists are alphabetically ordered 2017-08-23 21:04:14 +02:00
script_thread.rs Add a tidy check for problematic match cases in script_thread.rs 2016-12-16 11:52:45 -05:00
servo-tidy.toml Tidy: Report invalid listed ignored directories and files 2017-01-18 21:51:56 +01:00
shebang_license.py Check for blank line after shebang and grab actual comment block instead of hard-coded one 2016-08-12 13:34:38 +02:00
shell_tidy.sh Add lint for [ instead of [[ in shells scripts 2016-08-05 09:42:04 -04:00
spec.webidl
speclink.rs Count number of braces on a line in . 2017-06-07 14:25:07 -05:00
test_tidy.py Rename DOMRefCell<T> to DomRefCell<T> 2017-09-26 09:49:08 +02:00
unordered_key.json Check for JSON key non-duplication and order 2016-11-07 19:02:22 +11:00
whatwg_link.rs
wrong_space.rs