From cae155b095e5182cc1b342b21f7430e40afe7ba8 Mon Sep 17 00:00:00 2001 From: Christian Despres <50160106+despresc@users.noreply.github.com> Date: Sun, 13 Sep 2020 10:48:14 -0400 Subject: Fix hlint suggestions, update hlint.yaml (#6680) * Fix hlint suggestions, update hlint.yaml Most suggestions were redundant brackets. Some required LambdaCase. The .hlint.yaml file had a small typo, and didn't ignore camelCase suggestions in certain modules. --- .hlint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.hlint.yaml') diff --git a/.hlint.yaml b/.hlint.yaml index 4c1aed2dd..5c262c3d0 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -74,8 +74,10 @@ - ignore: name: "Use camelCase" within: + - Tests.Writers.Docbook + - Tests.Writers.Native - Text.Pandoc.Extensions - - Text.Pandoc.Lua.Marshalling.Version + - Text.Pandoc.Lua.Marshaling.Version - Text.Pandoc.Readers.Odt.ContentReader - Text.Pandoc.Readers.Odt.Namespaces -- cgit v1.2.3