aboutsummaryrefslogtreecommitdiff
path: root/.hlint.yaml
diff options
context:
space:
mode:
authorChristian Despres <50160106+despresc@users.noreply.github.com>2020-09-13 10:48:14 -0400
committerGitHub <noreply@github.com>2020-09-13 07:48:14 -0700
commitcae155b095e5182cc1b342b21f7430e40afe7ba8 (patch)
tree82b6342b0a8dc6f98ce73188bb89ae5ad0267060 /.hlint.yaml
parent2109ded7101dba0ac48c9b60cdf454ad39a7e272 (diff)
downloadpandoc-cae155b095e5182cc1b342b21f7430e40afe7ba8.tar.gz
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.
Diffstat (limited to '.hlint.yaml')
-rw-r--r--.hlint.yaml4
1 files changed, 3 insertions, 1 deletions
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