mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
Ignore vendored files in elm-review.
This commit is contained in:
parent
075042e46f
commit
956d938dc9
@ -124,6 +124,23 @@ config =
|
||||
[ "src/ElmHtml"
|
||||
, "src/Test"
|
||||
, ".elm-pages"
|
||||
|
||||
-- elm-program-test vendored
|
||||
, "src/Vendored"
|
||||
, "src/SimulatedEffect"
|
||||
, "src/Result"
|
||||
, "src/Query"
|
||||
, "src/ProgramTest"
|
||||
]
|
||||
|> Rule.ignoreErrorsForFiles
|
||||
[ -- elm-program-test vendored
|
||||
"src/PairingHeap.elm"
|
||||
, "src/MultiDict.elm"
|
||||
, "src/TestState.elm"
|
||||
, "src/Url/Extra.elm"
|
||||
, "src/ProgramTest.elm"
|
||||
, "src/TestResult.elm"
|
||||
, "src/Parser/Extra/String.elm"
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user