From 9ee8f247acf2d9ace3411ceb4a3cbc6a4aa7ab7b Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Wed, 15 Jan 2020 11:05:10 -0500 Subject: [PATCH] Silence hlint. --- semantic-ruby/src/Language/Ruby/Tags.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/semantic-ruby/src/Language/Ruby/Tags.hs b/semantic-ruby/src/Language/Ruby/Tags.hs index 297767450..f681e6440 100644 --- a/semantic-ruby/src/Language/Ruby/Tags.hs +++ b/semantic-ruby/src/Language/Ruby/Tags.hs @@ -5,6 +5,8 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeOperators #-} +{-# HLINT ignore "Reduce duplication" #-} +{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-} module Language.Ruby.Tags ( ToTags(..) ) where