Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 584bb70

Browse files
committed
move hlint to .hlint.yaml
1 parent 6cdaef5 commit 584bb70

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.hlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
name: Reduce duplication
6060
within:
6161
- Semantic.Util
62+
- Language.Ruby.Tags
6263

6364
# hlint has issues with QuantifiedConstraints (see https://github.com/ndmitchell/hlint/issues/759)
6465
# Once the above is fixed, we can drop this error.

semantic-ruby/src/Language/Ruby/Tags.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{-# LANGUAGE TypeApplications #-}
88
{-# LANGUAGE TypeOperators #-}
99

10-
{-# HLINT ignore "Reduce duplication" #-}
1110

1211
module Language.Ruby.Tags
1312
( ToTags (..),

0 commit comments

Comments
 (0)