greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Create pre-commit hook configuration - docker_image alternative #59

Closed robhanlon22 closed 3 years ago

robhanlon22 commented 3 years ago

This is the alternative approach as discussed in #58. This uses a pre-commit to run cljstyle via a pre-built Docker image.

Resolves #57.

codecov-commenter commented 3 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   92.11%   92.11%           
=======================================
  Files          13       13           
  Lines        1547     1547           
  Branches       45       45           
=======================================
  Hits         1425     1425           
  Misses         77       77           
  Partials       45       45           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f5eecef...1d46efe. Read the comment docs.