Remove references to trivial-validate.py, replace with new script loc… · redshiftzero/https-everywhere@a3cdbe7 · GitHub
Skip to content

Commit a3cdbe7

Browse files
committed
Remove references to trivial-validate.py, replace with new script location
1 parent 9a57978 commit a3cdbe7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

docs/en_US/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ HTTP to HTTPS. You can read more about how to write these rules
4242
If you want to create new rules to submit to us, we expect them to be in the
4343
src/chrome/content/rules directory. That directory also contains a useful
4444
script, make-trivial-rule, to create a simple rule for a specified domain.
45-
There is also a script called trivial-validate.py, to check all the pending
46-
rules for several common errors and oversights. For example, if you wanted to
47-
make a rule for the example.com domain, you could run
45+
There is also a script in test/validations/special/run.py, to check all the
46+
pending rules for several common errors and oversights. For example, if you
47+
wanted to make a rule for the example.com domain, you could run
4848

4949
bash ./make-trivial-rule example.com
5050

hooks/precommit

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)