hyperlaunch-rails-lint 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf0e057794c79b76699fa617ff3c2a16fedb21249bc1546db80a1623dd1a42f4
4
- data.tar.gz: 9cee04e77f0a7d933752eae05289a665a050ce69e174e5383a744cab4b76d598
3
+ metadata.gz: 64d4abc17a94af4c481affb62b8a4bb215963c963f9fe61755729d33640fbea1
4
+ data.tar.gz: 675eb6681e7095ab7571620292d3112c63a87dd1ed04d390befc84fa41eb5496
5
5
  SHA512:
6
- metadata.gz: 80fc22a19d978927dfe00847d7f3e07c1c13db5d5cc46f15a8d4e2a2e672e0a46d2799502602fd4705796271734b50b1263e122362c5ded9e2ea3572529caac5
7
- data.tar.gz: 3b1c86afa99855ea3763f191ba2cc5d17a72c49dcc68688dc97ab38bd777fcbc691906e55d53bc40f0db563a9b32a911b5330982a378c32b18b7193dcc529e5c
6
+ metadata.gz: 57fce101e85cbfe7d080ec8dc15e93d4ec6b2401891261532d63940991e42fd1c081b03516da4dd3dd32253691c23b7b5b5bbfea7cf181f4ed0fd90b3980aed4
7
+ data.tar.gz: da3ace9562ef440e6558f5ca43f236cc51f8c1191f1de17c28ae991e890a452a175a5d0a91d782f15b96b8ad752f97e584ccd1a5733ed4bc39770b656623cc29
@@ -7,7 +7,7 @@ module HyperlaunchRailsLint
7
7
  source_root File.expand_path('templates', __dir__)
8
8
 
9
9
  def copy_rubocop_file
10
- template '.rubocop.yml', '.rubocop.yml', force: false
10
+ template 'rubocop.yml', '.rubocop.yml', force: false
11
11
  end
12
12
  end
13
13
  end
@@ -0,0 +1,2 @@
1
+ inherit_gem:
2
+ hyperlaunch-rails-lint: rubocop.yml
data/rubocop.yml CHANGED
@@ -39,6 +39,8 @@ Metrics/CyclomaticComplexity:
39
39
  Metrics/PerceivedComplexity:
40
40
  Enabled: false
41
41
 
42
- Rails/DangerousColumnNames:
43
- AllowedNames:
44
- - id
42
+ Metrics/BlockLength:
43
+ Enabled: false
44
+
45
+ Metrics/ParameterLists:
46
+ Enabled: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyperlaunch-rails-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Garrett
@@ -138,6 +138,7 @@ extensions: []
138
138
  extra_rdoc_files: []
139
139
  files:
140
140
  - lib/generators/hyperlaunch_rails_lint/rubocop_config/rubocop_config_generator.rb
141
+ - lib/generators/hyperlaunch_rails_lint/rubocop_config/templates/rubocop.yml
141
142
  - lib/hyperlaunch_rails_lint.rb
142
143
  - rubocop.yml
143
144
  homepage: https://github.com/hyperlaunch/hyperlaunch-rails-lint