Skip to content

Commit

Permalink
Discard changes to linter/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Dec 15, 2024
1 parent 33342c3 commit 5ebd8c1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions linter/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
This directory contains a linter for the Public Suffix List.

Before you commit any changes to the PSL, please use the linter to check the syntax.
Before you commit any changes to the PSL, please use the
linter to check the syntax.

# Usage
Usage
=====

Run this command in the root directory of the repository:
(from the repo's main directory)

```
$ linter/pslint.py public_suffix_list.dat
```

> $? is set to 0 on success, else it is set to 1.
$? is set to 0 on success, else it is set to 1.


# Self Test
Selftest
========

Every change on pslint.py should be followed by a self-test.

Expand Down

0 comments on commit 5ebd8c1

Please sign in to comment.