mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-23 17:53:35 +03:00
Remove awkward sentence about good/bad rules
This commit is contained in:
parent
b34e3c766c
commit
c9b5731e17
@ -36,8 +36,6 @@ These are the rules that are built-in and available for you to choose from.
|
||||
- **SimplifyPropertyAccess** - Replace functions that only return the property of its parameter by an access function, like `(\x -> x.foo)` to `.foo`
|
||||
- **ElmTest.NoDuplicateTestBodies** - Forbid having multiple tests with the same bodies. Often a consequence of copy-pasting tests.
|
||||
|
||||
Note that some rules were implemented but may not be good ideas. Think for yourself and ask the community whether you should enable them.
|
||||
|
||||
### FAQ
|
||||
|
||||
- I get the error `(Critical) Parsing error: expected end of input` for some of my files, what is happening?
|
||||
|
Loading…
Reference in New Issue
Block a user