Skip to content

Commit

Permalink
Delete linter
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Nov 13, 2024
1 parent 4724a6d commit 6e3ac75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
96 changes: 0 additions & 96 deletions .rubocop.yml

This file was deleted.

2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ gem 'rack', '< 3'
gem 'activesupport', RUBY_VERSION < '3.1' ? '< 7.1' : '>= 0'

# Code Quality
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'simplecov', require: false
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ RSpec::Core::RakeTask.new do |spec|
spec.rspec_opts = ['--color', '--format documentation']
end

require 'rubocop/rake_task'
desc 'Run RuboCop to check code consistency'
RuboCop::RakeTask.new(:rubocop)

desc 'Build HTML documentation'
task :doc do
sh 'bundle exec yard'
Expand Down

1 comment on commit 6e3ac75

@markets
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ We also deleted it in main repo: middleman/middleman@8341cfc

Please sign in to comment.