Sha256: 90233fbe42793f51e51b7e2da19641e0d7c39cfbc5a9dd50402566898548dd8f
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
if @install_rubocop gem 'rubocop', '~> 0.49.1', require: false, group: [:development, :test] gem 'rubocop-rspec', '~> 1.15.1', require: false, group: [:development, :test] template 'rubocop/.rubocop.yml.erb', '.rubocop.yml' after_bundle do bundle_command 'exec rubocop --auto-gen-config --exclude-limit 0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
siracha-0.1.1 | lib/steps/rubocop.rb |