mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-27 12:08:51 +03:00
Remove unused variable in NoUnapprovedLicense
This commit is contained in:
parent
fa9b6d21f6
commit
df8fef43e9
@ -68,7 +68,7 @@ dependenciesVisitor dependencies projectContext =
|
||||
elmJsonVisitor : Maybe { elmJsonKey : Rule.ElmJsonKey, project : Elm.Project.Project } -> ProjectContext -> ( List nothing, ProjectContext )
|
||||
elmJsonVisitor maybeProject projectContext =
|
||||
case maybeProject of
|
||||
Just { elmJsonKey, project } ->
|
||||
Just { elmJsonKey } ->
|
||||
( [], { projectContext | elmJsonKey = Just elmJsonKey } )
|
||||
|
||||
Nothing ->
|
||||
|
Loading…
Reference in New Issue
Block a user