mirror of
https://github.com/github/semantic.git
synced 2024-11-23 08:27:56 +03:00
don't warn on incomplete patterns
This commit is contained in:
parent
23df2d5316
commit
825266b8ee
@ -6,6 +6,8 @@
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
|
||||
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
|
||||
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
|
||||
|
||||
{-# HLINT ignore "Reduce duplication" #-}
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
|
||||
|
||||
module Language.TSX.Tags
|
||||
( ToTags (..),
|
||||
|
@ -8,7 +8,7 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
|
||||
|
||||
module Language.TypeScript.Tags
|
||||
( ToTags (..),
|
||||
|
Loading…
Reference in New Issue
Block a user