lint84 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
  SHA1:
3
- metadata.gz: 19d2035e3fe394347d8bf5972ac1316edf3b90b9
4
- data.tar.gz: f0da43e42d2b92a34239bfef3c1b8d93cfa45287
3
+ metadata.gz: 667462aad065ccc8e9f4bdd079869619981a4554
4
+ data.tar.gz: 17579c5c6bf5d56a381055c130283e219d290d25
5
5
  SHA512:
6
- metadata.gz: ac2d9baeb6febbe8414cf0028db4e42c7fc76a7e1ad34f2a3b6a52aee75382b17afe2bbb1f49e0f2ac788e6695833ef0dcabbb0c7d0fd6f366391fbbe45a47a4
7
- data.tar.gz: 27d8543e80927a9f627d798292578977a9f923d1e1911b236f06024d398d08782608251c292d689381723734ed018ffc6b9f1c84cefe7657803bf0caf628185f
6
+ metadata.gz: 209ca896fd6e4e138c92dd866f1ffec942d73825393ae87f1e53977c24e1a7b4e7467e6966c393e6bc5a56f9b0aec538924edcd6a614ac97f3f7da60bf9bb5d3
7
+ data.tar.gz: 7f3b898f5b74555bc9f53455ba07040d8a41b141af5f895cd00d84db5f9ebfd6384bfdbe5d2e2160a3315bd938ff8278a2a0f3c95b7c491e1b6cce6050086d0a
@@ -1,5 +1,3 @@
1
- Rails:
2
- Enabled: true
3
1
  AllCops:
4
2
  Exclude:
5
3
  - "vendor/**/*"
@@ -116,7 +114,7 @@ Style/StringLiteralsInInterpolation:
116
114
  SupportedStyles:
117
115
  - single_quotes
118
116
  - double_quotes
119
- Style/TrailingCommaInArguments:
117
+ Style/TrailingComma:
120
118
  Description: Checks for trailing comma in parameter lists and literals.
121
119
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas
122
120
  Enabled: false
@@ -1,5 +1,4 @@
1
1
  scss_files: "**/*.scss"
2
- plugin_directories: ['.scss-linters']
3
2
  linters:
4
3
  BangFormat:
5
4
  enabled: true
@@ -1,3 +1,3 @@
1
1
  module Lint84
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lint84
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
  - Maksym Melnyk