mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 23:05:35 +03:00
Add NoUnusedExports to the review config
This commit is contained in:
parent
eee29d7963
commit
048ade02af
@ -14,6 +14,7 @@ when inside the directory containing this file.
|
||||
import NoDebug
|
||||
import NoUnused.CustomTypeConstructors
|
||||
import NoUnused.Variables
|
||||
import NoUnusedExports
|
||||
import NoUnusedModules
|
||||
import Review.Rule exposing (Rule)
|
||||
|
||||
@ -24,4 +25,5 @@ config =
|
||||
, NoUnused.Variables.rule
|
||||
, NoUnused.CustomTypeConstructors.rule
|
||||
, NoUnusedModules.rule
|
||||
, NoUnusedExports.rule
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user