Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/Rakefile
2015-07-25 12:24:48 +05:00

8 lines
125 B
Ruby

require "bundler/gem_tasks"
task default: [:lint]
task lint: [:rubocop]
require 'rubocop/rake_task'
RuboCop::RakeTask.new