mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-24 12:22:27 +03:00
Ignore temporarily unused module in review config.
This commit is contained in:
parent
6ee8424cf5
commit
d2cd89d342
@ -85,6 +85,7 @@ config =
|
||||
, "src/Router.elm" -- used in generated code
|
||||
, "src/RoutePattern.elm" -- used in generated code
|
||||
, "src/Pages/Http.elm" -- reports incorrect unused custom type constructor
|
||||
, "src/DataSource/ServerRequest.elm" -- temporarily removed from exposed modules for alpha serverless
|
||||
]
|
||||
|> Rule.ignoreErrorsForDirectories
|
||||
[ "src/ElmHtml"
|
||||
|
Loading…
Reference in New Issue
Block a user