rails-lint 1.0.1 → 1.0.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.erb-lint.yml +14 -0
  3. data/.rubocop.yml +3 -4
  4. data/Gemfile.lock +2 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffad4b54e2b2e57aedd4ad0c93dc9d80222d2566ec6d3e3b118ead52c0e85412
4
- data.tar.gz: ef08bbca3808fa607045572a3870191f71ba276286d28881b7e81356c9374fc4
3
+ metadata.gz: 93725a44115d5e0f657924173576de78eb5ba2a281bafc13d6264f3cbab28272
4
+ data.tar.gz: 48569ed810efa4393e1b812b6c8193d283711352bf0176f2a797bb8024da19bf
5
5
  SHA512:
6
- metadata.gz: 021c6263aae5dd2897a759b003d6424a25ee84586f5ebc59ccb3d1a03a780531ce2001df16c8e5c18d670f93a09e234f313c8afb62dc34d50e9e54e4d4699fd6
7
- data.tar.gz: 6ea6fb28d1c14dd0d9d3ba95ce369ad7230511735063b95e57e55c5ffb8a217b5e6c9bec536c0bb3bc2d37d9a794203c2fdd64f520e6e74a81e48c37d1171714
6
+ metadata.gz: 07cf28b2883cf81dfa5498ea0de461ad54af1f7979b05c1678cbe6aef080b93f795cd6e8336e8ff63ba87840094f11a09d7842eecc53afcb8b633f26481d47ac
7
+ data.tar.gz: 4a56408fa9294e2818f4571e74917c1f8cffd8c4297e66a4e767a75f3b58468b9bdb1322a0ff55512bd95d7b6730f9ba53e81cebbbd1c170df9e733618c3d2b4
data/.erb-lint.yml CHANGED
@@ -9,3 +9,17 @@ linters:
9
9
  rubocop_config:
10
10
  inherit_from:
11
11
  - .rubocop.yml
12
+ Layout/InitialIndentation:
13
+ Enabled: false
14
+ Layout/LineLength:
15
+ Enabled: false
16
+ Layout/TrailingEmptyLines:
17
+ Enabled: false
18
+ Layout/TrailingWhitespace:
19
+ Enabled: false
20
+ Naming/FileName:
21
+ Enabled: false
22
+ Style/FrozenStringLiteralComment:
23
+ Enabled: false
24
+ Rails/OutputSafety:
25
+ Enabled: false
data/.rubocop.yml CHANGED
@@ -1,4 +1,3 @@
1
- inherit_from: rubocop_ruby.yml
2
-
3
- require:
4
- - rubocop-rails
1
+ inherit_gem:
2
+ rubocop-ruby:
3
+ - .rubocop.yml
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-lint (1.0.1)
4
+ rails-lint (1.0.3)
5
5
  erb_lint
6
6
  rubocop-rails
7
7
  rubocop-ruby
@@ -92,7 +92,7 @@ GEM
92
92
  rubocop (~> 1.33)
93
93
  rubocop-capybara (~> 2.17)
94
94
  rubocop-factory_bot (~> 2.22)
95
- rubocop-ruby (1.0.0)
95
+ rubocop-ruby (1.0.1)
96
96
  rubocop (~> 1.44.1)
97
97
  rubocop-performance
98
98
  rubocop-rspec
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - k0va1
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-31 00:00:00.000000000 Z
11
+ date: 2023-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-ruby