Skip to content

Commit

Permalink
Disable Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Sep 3, 2024
1 parent e02f42d commit bd427b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ require_relative 'tasks/profiles'
require_relative 'tasks/geo'

# code style
require 'rubocop/rake_task'
RuboCop::RakeTask.new
# require 'rubocop/rake_task'
# RuboCop::RakeTask.new

# tests
Rake::TestTask.new do |t|
t.test_files = FileList['test/**/test*.rb']
t.ruby_opts = ['-W1']
end

task default: %i[rubocop test]
task default: %i[test]

0 comments on commit bd427b2

Please sign in to comment.