Skip to content

Commit

Permalink
Fix linting error about no 'desc' for task
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thorner committed Apr 16, 2020
1 parent afeba4b commit fe41afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ unless Rails.env.production?
end

task default: %i[spec rubocop scss_lint]

desc "Lint Ruby and SCSS files"
task lint: %i[rubocop scss_lint]
end

0 comments on commit fe41afa

Please sign in to comment.