shellcheck/ShellCheck
Vidar Holen 76a39f254b Refactoring, 25% speedup.
* Checks now use Writer monad instead of State

* Parser no longer emits notes unrelated to parsing.

* All checks are now passed a parameter value, containing shell type,
  map from notes to parents and such. This eliminates recalculation
  and removes the need for a special group of parent examining checks.
2014-02-02 04:59:17 -08:00
..
AST.hs Warn about break/continue in subshells and outside loops 2014-02-01 23:45:26 -08:00
Analytics.hs Refactoring, 25% speedup. 2014-02-02 04:59:17 -08:00
Data.hs Refactoring, 25% speedup. 2014-02-02 04:59:17 -08:00
Parser.hs Refactoring, 25% speedup. 2014-02-02 04:59:17 -08:00
Simple.hs Refactoring, 25% speedup. 2014-02-02 04:59:17 -08:00