Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hadolint.Process
Synopsis
- run :: RulesConfig -> [InstructionPos Text] -> Failures
- data RulesConfig = RulesConfig {
- allowedRegistries :: Set Registry
- labelSchema :: LabelSchema
- strictLabels :: Bool
Documentation
run :: RulesConfig -> [InstructionPos Text] -> Failures Source #
data RulesConfig Source #
Contains the required parameters for optional rules
Constructors
RulesConfig | |
Fields
|
Instances
Eq RulesConfig Source # | |
Defined in Hadolint.Process | |
Show RulesConfig Source # | |
Defined in Hadolint.Process Methods showsPrec :: Int -> RulesConfig -> ShowS show :: RulesConfig -> String showList :: [RulesConfig] -> ShowS | |
Semigroup RulesConfig Source # | |
Defined in Hadolint.Process Methods (<>) :: RulesConfig -> RulesConfig -> RulesConfig sconcat :: NonEmpty RulesConfig -> RulesConfig stimes :: Integral b => b -> RulesConfig -> RulesConfig | |
Monoid RulesConfig Source # | |
Defined in Hadolint.Process |