Skip to content

Commit

Permalink
U apply rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrui committed Aug 26, 2019
1 parent d739855 commit 03022f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# File: Rakefile
# Usage: rake
# frozen_string_literal: true

require_relative 'lib/application'
require_relative 'lib/rake_function/check.rb'
require_relative 'lib/rake_function/install.rb'
Expand Down
1 change: 1 addition & 0 deletions tests/rubocop_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def setup
@files[:project] << 'lib/project/project.rb'

@files[:rake_functions] = []
@files[:rake_functions] << 'Rakefile'
@files[:rake_functions] << 'lib/rake_function/check.rb'
@files[:rake_functions] << 'lib/rake_function/install.rb'

Expand Down

0 comments on commit 03022f1

Please sign in to comment.