mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-11-22 22:18:13 +03:00
ad2fa7f643
Note: {-# ANN #-} start the GHCi interpreter (like TemplateHaskell!), so I removed that.
6 lines
278 B
YAML
6 lines
278 B
YAML
# Ignore some builtin hints
|
|
- ignore: {name: "Use import/export shortcut" }
|
|
- ignore: {name: "Use tuple-section" }
|
|
- ignore: {name: "Use newtype instead of data" } # ArgumentFields
|
|
- ignore: {name: "Use fmap" } # we use liftM because Functor isn't superclass of Monad prior AMP
|