Skip to content

Commit

Permalink
WIP - fixed all immediatly fixable issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbaltazar committed Feb 17, 2020
1 parent af4dd0c commit 9adea7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .pryrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# rubocop:disable Style/MixinUsage
extend Rails::ConsoleMethods if defined?(Rails) && Rails.env
# rubocop:enable Style/MixinUsage
5 changes: 0 additions & 5 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ Metrics/LineLength:
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 24

# Offense count: 1
Style/MixinUsage:
Exclude:
- '.pryrc'

0 comments on commit 9adea7f

Please sign in to comment.