mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-28 09:02:53 +03:00
TMP: Add import exeptions
This commit is contained in:
parent
40cd1ed5ed
commit
3b5c187574
@ -51,6 +51,7 @@ type alias Model =
|
||||
, noDebugEnabled : Bool
|
||||
, noUnusedVariablesEnabled : Bool
|
||||
, noImportingEverythingEnabled : Bool
|
||||
, noImportingEverythingExceptions : List String
|
||||
, defaultPatternPositionEnabled : Bool
|
||||
, defaultPatternPositionPattern : PatternPosition
|
||||
, noExtraBooleanComparisonEnabled : Bool
|
||||
@ -83,6 +84,7 @@ g n = n + 1
|
||||
, noDebugEnabled = True
|
||||
, noUnusedVariablesEnabled = True
|
||||
, noImportingEverythingEnabled = True
|
||||
, noImportingEverythingExceptions = [ "Html", "Html.Attributes" ]
|
||||
, defaultPatternPositionEnabled = True
|
||||
, defaultPatternPositionPattern = DefaultPatternPosition.ShouldBeLast
|
||||
, noExtraBooleanComparisonEnabled = True
|
||||
|
Loading…
Reference in New Issue
Block a user