Skip to content

Commit

Permalink
Add standard for linting
Browse files Browse the repository at this point in the history
https://github.com/testdouble/standard

thoughtbot is moving toward standard instead of Hound + Rubocop:
thoughtbot/guides#606
  • Loading branch information
composerinteralia committed Jul 10, 2020
1 parent ca16b82 commit 1eefdf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
require 'bundler/setup'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'standard/rake'

RSpec::Core::RakeTask.new(:rspec)

desc 'Run the test suite'
task :default => :rspec
task :default => [:rspec, :standard]
1 change: 1 addition & 0 deletions suspenders.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ rush to build something amazing; don't use it if you like missing deadlines.
s.add_dependency 'rails', Suspenders::RAILS_VERSION

s.add_development_dependency 'rspec', '~> 3.2'
s.add_development_dependency 'standard'
end

0 comments on commit 1eefdf3

Please sign in to comment.