Skip to content

Commit

Permalink
Remove Rubocop
Browse files Browse the repository at this point in the history
Seem to bring more noise than actual value
  • Loading branch information
unixcharles committed Jan 16, 2024
1 parent 044cdd0 commit 4fe5d3c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 162 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/rubocop.yml

This file was deleted.

134 changes: 0 additions & 134 deletions .rubocop.yml

This file was deleted.

1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ end

group :development, :test do
gem 'pry'
gem 'rubocop', '~> 0.49.0'
gem 'ruby-prof', require: false
end
5 changes: 1 addition & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

require 'rubocop/rake_task'
RuboCop::RakeTask.new

task default: [:spec, :rubocop]
task default: [:spec]

0 comments on commit 4fe5d3c

Please sign in to comment.