Skip to content

Commit

Permalink
update to fix cops
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Sep 16, 2017
1 parent 626d8a9 commit 0b00612
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
inherit_gem:
goodcop: .rubocop.yml
AllCops:
Include:
- 'bin/*'
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source 'https://rubygems.org'

gemspec

3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ RSpec::Core::RakeTask.new(:spec)

desc 'Run Rubocop on the gem'
RuboCop::RakeTask.new(:rubocop) do |task|
task.patterns = ['lib/**/*.rb', 'spec/**/*.rb']
task.fail_on_error = true
end

task default: [:spec, :rubocop, :build, :install]
task default: %i[spec rubocop build install]
Empty file modified bin/boxenprofiler
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion boxenprofiler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.date = Time.now.strftime('%Y-%m-%d')

s.summary = 'Profiler for boxen'
s.description = "Profiler for boxen"
s.description = 'Profiler for boxen'
s.authors = ['Les Aker']
s.email = '[email protected]'
s.homepage = 'https://github.com/akerl/boxenprofiler'
Expand Down

0 comments on commit 0b00612

Please sign in to comment.