greglook / cljstyle

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

Add IntelliJ IDEA integration example #62

Closed just-sultanov closed 3 years ago

just-sultanov commented 3 years ago

Add a simple example of using cljstyle and IntelliJ IDEA

codecov-commenter commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  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...8be2089. Read the comment docs.

just-sultanov commented 3 years ago

A week-long test drive showed that IntelliJ IDEA external tools don't work as expected. I'll try to find another way