-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give more guidance when using elm-review init with --template
Fixes #139
- Loading branch information
Showing
3 changed files
with
53 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
All done! I have created a review project at review/ for you. | ||
|
||
You chose to use someone's review configuration which can be great to get started | ||
but don't forget to review the configuration to make sure it fits your needs, | ||
both by removing rules you disagree with and by finding new rules to aid you. | ||
You can do so by editing review/src/ReviewConfig.elm. | ||
|
||
I recommend you take a look at the following documents: | ||
- How to configure elm-review: https://github.com/jfmengels/elm-review/#Configuration | ||
- When to write or enable a rule: https://github.com/jfmengels/elm-review/#when-to-write-or-enable-a-rule | ||
|
||
By starting out with this configuration, you may end up with too many errors to handle at once. | ||
I recommend you use a mix of the following approaches: | ||
- Enable rules one by one by commenting them out at first | ||
- Use elm-review suppress to suppress existing errors but prevent future ones (see elm-review suppress --help). | ||
|