Skip to content

Commit 7611ba2

Browse files
committed
add note about removing lint rules
1 parent 3d504b0 commit 7611ba2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ can adapt.)
7777
`deno test --parallel` before and after making changes to the code. Some tests
7878
may already be failing.
7979
- Make use of linter: Run `deno lint`. You can run `deno lint --watch` which
80-
will auto-reload the stdout whenever you have fixed a linting issue.
80+
will auto-reload the stdout whenever you have fixed a linting issue. If a lint
81+
rule is deemed unnecessary and more of an annoyance, open an [issue](#issue).
82+
We can remove lint rules.
8183

8284
As a thank you for contributing, you'll get a shout out in the changelog!
8385

0 commit comments

Comments
 (0)