From 956355f8218c4cc0fd236688ab4f26de5dbb1b9c Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 16 Mar 2021 16:01:30 -0700
Subject: [PATCH] Disable redundant brackets check in .hlint.yaml.

---
 .hlint.yaml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/.hlint.yaml b/.hlint.yaml
index 213238458..350794803 100644
--- a/.hlint.yaml
+++ b/.hlint.yaml
@@ -39,16 +39,10 @@
     name: "Redundant return"
     within: Text.Pandoc.Citeproc.BibTeX
 
-# TODO: check
+# With recent hlint this rule has given false positives on TH
 - ignore:
     name: "Redundant bracket"
-    within:
-      - Text.Pandoc.Citeproc
-      - Text.Pandoc.Citeproc.BibTeX
-      - Text.Pandoc.Citeproc.MetaValue
-      - Text.Pandoc.Options
-      - Text.Pandoc.App.Opt
-      - Text.Pandoc.Extensions
+
 
 - ignore:
     name: "Use <$>"