You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there're a lot of boilerplatish content in .hlint.yaml file (like suggestions to use functions from universum, not other libraries). Specifying all such suggestions manually is not really convenient. What we want is to have some configuration language with variables and functions. Fortunately, such language exist!
So maybe we can rewrite whole .hlint.yaml file into dhall-lang file?.. Though, we still need to have .hlint.yaml file in repository. So, basically, when we change something in .hlint.dhall we also regenerate .hlint.yaml file and push both files to repository.
The text was updated successfully, but these errors were encountered:
Currently there're a lot of boilerplatish content in
.hlint.yaml
file (like suggestions to use functions fromuniversum
, not other libraries). Specifying all such suggestions manually is not really convenient. What we want is to have some configuration language with variables and functions. Fortunately, such language exist!And it even has converter to YAML:
So maybe we can rewrite whole
.hlint.yaml
file intodhall-lang
file?.. Though, we still need to have.hlint.yaml
file in repository. So, basically, when we change something in.hlint.dhall
we also regenerate.hlint.yaml
file and push both files to repository.The text was updated successfully, but these errors were encountered: