Skip to content

Commit dd64ad0

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 3138ae2 commit dd64ad0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ $ UPDATE=1 npm run fix:lint && npm test
8383
```
8484
8585
This command will fix test for you and generate fixture. Most likely you will need two types of tests:
86-
- ✅[`noReport()`](https://github.com/coderaiser/putout/tree/master/packages/test#noreportfilename) - when rule has false possitive;
86+
87+
- ✅[`noReport()`](https://github.com/coderaiser/putout/tree/master/packages/test#noreportfilename) - when rule has false positive;
8788
- ✅[`transform()`](https://github.com/coderaiser/putout/tree/master/packages/test#transformfilename--output-plugins) - when new case added;
8889
8990
The command `UPDATE=1 npm run test` will generate `fixture` for you, so you need not to worry about it, also `@putout/plugin-putout` will fix test message and other things, so you can also warry not about it 😏. Always remember that all things should be simple and automated: 🐊**Putout** fixes everything, including itself.

0 commit comments

Comments
 (0)