shake-ext-1.4.0.5: Helper functions for linting with shake

Safe HaskellNone
LanguageHaskell2010

Development.Shake.Linters

Contents

Synopsis

Documentation

tomlcheck :: Action () Source #

Check all .toml files using tomlcheck.

yamllint :: Action () Source #

Lint all files ending in yaml or yml using yamllint.

hlint :: [FilePath] -> Action () Source #

Lint all .hs, .hsig, and .hs-boot files using hlint.

shellcheck :: [FilePath] -> Action () Source #

Lint .sh files using shellcheck.

Formatters