greglook / cljstyle

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

Add trailing-blanks? to eof-newline #102

Closed patrick-sharp-amperity closed 6 months ago

patrick-sharp-amperity commented 7 months ago

what it says on the tin

codecov-commenter commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (d6139c8) 89.85% compared to head (70beec0) 89.88%. Report is 7 commits behind head on main.

Files Patch % Lines
src/cljstyle/config.clj 75.00% 0 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #102 +/- ## ========================================== + Coverage 89.85% 89.88% +0.02% ========================================== Files 20 20 Lines 1912 1917 +5 Branches 60 60 ========================================== + Hits 1718 1723 +5 Misses 134 134 Partials 60 60 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jordanrobinson commented 6 months ago

Just to say I'd also really like this, I was going to put a PR together myself and this would close https://github.com/greglook/cljstyle/issues/88 that I raised a while ago.