Skip to content

Commit

Permalink
fix Lint/Void
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 31, 2019
1 parent d134bf9 commit c4c6f89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ Lint/UselessAccessModifier:
Exclude:
- 'src/lib/autoinstall/pkg_gpg_check_handler.rb'

# Offense count: 1
# Configuration parameters: CheckForMethodsWithNoSideEffects.
Lint/Void:
Exclude:
- 'src/modules/AutoinstClass.rb'

# Offense count: 95
Metrics/AbcSize:
Max: 448
Expand Down
1 change: 0 additions & 1 deletion src/modules/AutoinstClass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def class_dir=(newdir)
AutoinstConfig.classDir = newdir
@classDir = newdir
@classPath = File.join(@classDir, @class_file)
newdir
end

# Constructor
Expand Down

0 comments on commit c4c6f89

Please sign in to comment.