hyperlaunch-rails-lint 0.1.0 → 0.1.1

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: 6e409c5852530ee2572a8b15aef67d69ccc8f1948b2d55e754c8835c95351749
4
- data.tar.gz: 1bf3a853d726bd14eb7d7482abd1119ec3c7f972d830409172d20438ed851dcc
3
+ metadata.gz: bf0e057794c79b76699fa617ff3c2a16fedb21249bc1546db80a1623dd1a42f4
4
+ data.tar.gz: 9cee04e77f0a7d933752eae05289a665a050ce69e174e5383a744cab4b76d598
5
5
  SHA512:
6
- metadata.gz: cb7d2539a009e904397aa2a33df025bb394116d153b98ee323196ed0c55592803cf96f30a452c9cc625118d9ce8fcc83ded25518dab1341410b80fbec3f1da62
7
- data.tar.gz: 0f581fb36b262aedb4e6ec5e6c92f193ce767c69d8545a2ab1840212af520cfb7425c814fd4bf9d463236f0fb9d12a50467897fdc59da89a787e88b5c1ceb885
6
+ metadata.gz: 80fc22a19d978927dfe00847d7f3e07c1c13db5d5cc46f15a8d4e2a2e672e0a46d2799502602fd4705796271734b50b1263e122362c5ded9e2ea3572529caac5
7
+ data.tar.gz: 3b1c86afa99855ea3763f191ba2cc5d17a72c49dcc68688dc97ab38bd777fcbc691906e55d53bc40f0db563a9b32a911b5330982a378c32b18b7193dcc529e5c
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module HyperlaunchRailsLint
4
+ module Generators
5
+ # Generate .rubocop.yml file into project
6
+ class RubocopConfigGenerator < Rails::Generators::Base
7
+ source_root File.expand_path('templates', __dir__)
8
+
9
+ def copy_rubocop_file
10
+ template '.rubocop.yml', '.rubocop.yml', force: false
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'rails'
4
+
5
+ module HyperlaunchRailsLint
6
+ class Railtie < ::Rails::Railtie; end
7
+ end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Garrett
@@ -137,6 +137,8 @@ executables: []
137
137
  extensions: []
138
138
  extra_rdoc_files: []
139
139
  files:
140
+ - lib/generators/hyperlaunch_rails_lint/rubocop_config/rubocop_config_generator.rb
141
+ - lib/hyperlaunch_rails_lint.rb
140
142
  - rubocop.yml
141
143
  homepage: https://github.com/hyperlaunch/hyperlaunch-rails-lint
142
144
  licenses: