Skip to content

Commit

Permalink
Fix wrong label for churn in the code file template (#261)
Browse files Browse the repository at this point in the history
This was changed during the New Web UI in PR #184.
  • Loading branch information
nbekirov authored and nunosilva800 committed Mar 22, 2018
1 parent b282751 commit acb8c0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [CHANGE] Update `parser` to 2.5.0 (by [@joshrpowell][])
* [CHANGE] Update `rainbow` to 3.0 (by [@joshrpowell][])
* [CHANGE] Update `rubocop` to 0.53.0 (by [@joshrpowell][])
* [BUGFIX] Fix wrong label for churn in the code file template (by [@nbekirov][])

# 3.3.0 / 2017-10-10 [(commits)](https://github.com/whitesmith/rubycritic/compare/v3.2.3...v3.3.0)

Expand Down Expand Up @@ -229,4 +230,5 @@
[@yuku-t]: https://github.com/yuku-t
[@ochagata]: https://github.com/ochagata
[@nightscape]: https://github.com/nightscape
[@nbekirov]: https://github.com/nbekirov
[@joshrpowell]: https://github.com/joshrpowell
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>
<div class="col-md-3">
<div><span class="metric"><%= @analysed_module.complexity_per_method %></span><small> complexity/method</small></div>
<div><span class="metric"><%= @analysed_module.churn %></span><small> loc/method</small></div>
<div><span class="metric"><%= @analysed_module.churn %></span><small> churn</small></div>
</div>
<div class="col-md-3">
<div><span class="metric"><%= @analysed_module.complexity %></span><small> complexity</small></div>
Expand Down

0 comments on commit acb8c0a

Please sign in to comment.