1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Silence hlint.

This commit is contained in:
Rob Rix 2020-01-15 11:05:10 -05:00
parent db2d9badfb
commit 9ee8f247ac
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -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