Skip to content

Commit

Permalink
Remove a few ignore clauses from .hlint.yaml that are not needed anym…
Browse files Browse the repository at this point in the history
…ore (digital-asset#798)

The removed exceptions were necessary in the past but aren't anymore, mostly
since the files they refer to are gone.
  • Loading branch information
hurryabit authored Apr 30, 2019
1 parent 1fee1dd commit d35e4a4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@
- ignore: {name: "Redundant lambda"}
- ignore: {name: "Avoid lambda using `infix`"}

# Warnings triggered by our code only very locally
- ignore: {name: "Redundant if", within: DA.Service.Daml.Compiler.Impl.VersionCheck}
- ignore: {name: "Redundant compare", within: DA.Daml.CSP}
- ignore: {name: "Take on a non-positive", within: DA.Daml.Parser.Tests}
- ignore: {name: "Use head", within: EDSL}
- ignore: {name: "Redundant return", within: DA.Daml.Renamer.Check.Judge.Eq}
- ignore: {name: "Redundant return", within: DA.Daml.Renamer.Check.Judge.Inst}
- ignore: {name: "Redundant return", within: DA.Daml.Renamer.Check.Judge.Sub}
- ignore: {name: "Redundant return", within: DA.Daml.LF.TypeChecker.Check.typeOfTupleProj}
- ignore: {name: "Unused LANGUAGE pragma", within: Intero.GhciMonad}
# Under Linux/MacOS, Foreign function interface language pragma is unused.
- ignore: {name: Unused LANGUAGE pragma, within: DA.Sdk.Cli.System}

Expand Down

0 comments on commit d35e4a4

Please sign in to comment.