Created
April 28, 2017 21:35
-
-
Save johncip/29160c79418704a442cfae1847700921 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ vi /usr/local/lib/ruby/gems/2.3.0/gems/pronto-0.8.2/lib/pronto/formatter/text_formatter.rb | |
# change line 17 to ... | |
# "[#{message.runner.title}] #{format_location(message)} #{format_level(message)}: #{message.msg}".strip | |
❯ pronto run -r reek | |
Running Pronto::Reek | |
[reek] app/decorators/course_membership_decorator.rb:21 I: Is controlled by argument 'current_user' (ControlParameter) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment