Skip to content

Commit

Permalink
restore Rakefile features
Browse files Browse the repository at this point in the history
  • Loading branch information
makandra-stefan-langenmaier committed Aug 23, 2024
1 parent 4459606 commit 0cf3fad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
require 'rubocop/rake_task'
require 'bundler/gem_tasks'

RuboCop::RakeTask.new(:rubocop) do |task|
# task.requires << 'rubocop-rake'
# task.requires << 'rubocop-rake'
task.patterns = ['lib/**/*.rb']
# task.formatters = ['files']
end

task :default => [:rubocop]
task default: [:rubocop]

0 comments on commit 0cf3fad

Please sign in to comment.