diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-11-07 19:38:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 10:38:03 -0800 |
commit | 527346cc7e2bc874092be2f6793001860e10a719 (patch) | |
tree | 7c26c03a30f00f63c340d98cebdadd2f6408df21 /src/Text/Pandoc/Readers/Odt/Generic | |
parent | 0ed3436588951d457eefb11351f72d3560bdc544 (diff) | |
download | pandoc-527346cc7e2bc874092be2f6793001860e10a719.tar.gz |
Lint code in PRs and when committing to master (#6790)
* Remove unused LANGUAGE pragmata
* Apply HLint suggestions
* Configure HLint to ignore some warnings
* Lint code when committing to master
Diffstat (limited to 'src/Text/Pandoc/Readers/Odt/Generic')
-rw-r--r-- | src/Text/Pandoc/Readers/Odt/Generic/Utils.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Odt/Generic/Utils.hs b/src/Text/Pandoc/Readers/Odt/Generic/Utils.hs index 146f35319..6dc56a0d9 100644 --- a/src/Text/Pandoc/Readers/Odt/Generic/Utils.hs +++ b/src/Text/Pandoc/Readers/Odt/Generic/Utils.hs @@ -1,4 +1,3 @@ -{-# LANGUAGE TypeOperators #-} {-# LANGUAGE ViewPatterns #-} {- | Module : Text.Pandoc.Reader.Odt.Generic.Utils |