-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrubocop.yml
More file actions
15 lines (14 loc) · 633 Bytes
/
rubocop.yml
File metadata and controls
15 lines (14 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Change the file you inherit if you:
# * use Rails,
# * are creating a RubyGem, or
# * don't use RSpec
# As follows:
# inherit_gem:
# # Pick one:
# # rubocop-ruby2_1: rubocop-lts/rails_rspec.yml # or rubocop-lts/rails.yml w/o rspec
# # rubocop-ruby2_1: rubocop-lts/ruby_rspec.yml # or rubocop-lts/ruby.yml w/o rspec
# # rubocop-ruby2_1: rubocop-lts/rubygem_rspec.yml # or rubocop-lts/rubygem.yml w/o rspec
# # Convention over configuration, hence loading this file just only Ruby and RSpec defaults:
# rubocop-ruby2_1: rubocop.yml # for the ruby + rspec
inherit_from:
- rubocop-lts/rubygem_rspec.yml