Skip to content

Commit

Permalink
Rubucop: Add rubocop-rake
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jun 7, 2024
1 parent 19a8156 commit 0e8ec86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require:
- rubocop-minitest
- rubocop-performance
- rubocop-rake

AllCops:
EnabledByDefault: true
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ gem 'rbs', '~> 3.4'
gem 'rubocop', '~> 1.57'
gem 'rubocop-minitest', '~> 0.33.0'
gem 'rubocop-performance', '~> 1.19'
gem 'rubocop-rake', '~> 0.6.0'
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ require 'bundler/gem_tasks'
require 'rake/extensiontask'
require 'rake/testtask'

desc 'Run tests'
task test: :compile

task default: :test

Rake::ExtensionTask.new('ilios') do |ext|
Expand Down

0 comments on commit 0e8ec86

Please sign in to comment.