serokell / universum

:milky_way: Prelude written in @Serokell
MIT License
176 stars 26 forks source link

[#277] Use new syntax for operators in .hlint.yaml #278

Closed Sorokin-Anton closed 1 year ago

Sorokin-Anton commented 1 year ago

Description

Problem: our .hlint.yaml uses old syntax for rules that suggest / warn about operator usage, which produces parse errors if newest hlint-3.5 is used.

Solution: as in #277, we should move braces, e.g. use (Control.Applicative.<|>) instead of Control.Applicative.(<|>)

Related issues(s)

Fixed #277

✓ Checklist for your Pull Request

Ideally a PR has all of the checkmarks set.

If something in this list is irrelevant to your PR, you should still set this checkmark indicating that you are sure it is dealt with (be that by irrelevance).

Related changes (conditional)

Stylistic guide (mandatory)