1. 12 12月, 2022 3 次提交
    • V
      Allow building on deepseq < 1.4.2.0 · 3cae6cd6
      Vidar Holen 提交于
      3cae6cd6
    • V
      Fix compiler error on some GHC versions · 74b1745a
      Vidar Holen 提交于
      Fixes the following error:
      
          src/ShellCheck/CFGAnalysis.hs:1394:40: error:
      	* Couldn't match expected type `[S.Set a]'
      		      with actual type `M.Map String FunctionValue'
      	* In the second argument of `($)', namely
      	    `mapStorage $ sFunctionTargets state'
      	  In the expression: S.unions $ mapStorage $ sFunctionTargets state
      	  In an equation for `declaredFuncs':
      	      declaredFuncs = S.unions $ mapStorage $ sFunctionTargets state
      	* Relevant bindings include
      	    declaredFuncs :: S.Set a
      	      (bound at src/ShellCheck/CFGAnalysis.hs:1394:13)
      74b1745a
    • V
      Add missing Semigroup import for older GHC · 495e34d1
      Vidar Holen 提交于
      495e34d1
  2. 11 12月, 2022 1 次提交
  3. 03 11月, 2022 1 次提交
  4. 30 10月, 2022 2 次提交
  5. 14 10月, 2022 2 次提交
  6. 13 10月, 2022 2 次提交
  7. 12 10月, 2022 2 次提交
  8. 10 10月, 2022 2 次提交
  9. 08 10月, 2022 1 次提交
    • P
      Permit colon after exec · 128351f5
      Peter Oliver 提交于
      ShellCheck throws warning SC2093 when a script contains commands that could never be executed because they are after an `exec`.  Command `:` does nothing, so add it to the list of commands that don’t trigger this warning.
      128351f5
  10. 26 9月, 2022 3 次提交
  11. 25 9月, 2022 1 次提交
  12. 24 9月, 2022 1 次提交
  13. 22 9月, 2022 1 次提交
  14. 21 9月, 2022 4 次提交
  15. 03 8月, 2022 2 次提交
  16. 01 8月, 2022 1 次提交
  17. 30 7月, 2022 1 次提交
  18. 29 7月, 2022 1 次提交
  19. 28 7月, 2022 4 次提交
  20. 27 7月, 2022 3 次提交
  21. 26 7月, 2022 2 次提交