thanx-style 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7533777bb8c6bf5015dbc7c451637a30ec46dd34adfa2d7cca16c36fa18fe0ba
4
- data.tar.gz: 7c21964514013f79e3721bb871f6525b960f3d38b2a09d58ba2037140290de6d
3
+ metadata.gz: 91288978729fe0f72e2fd4e22b671d3d7667269d8651fc5cbb019189c6a66015
4
+ data.tar.gz: 9fc05299b28c803c32dd519dbaa495d1535418b8d248a4f60db99a566b4c347d
5
5
  SHA512:
6
- metadata.gz: 7305a3b0e738982df196eb29fc4723b2c5e4b2698554a84ce941cd98ead8c68dd3a98790b86cedc825e5c759fc1a13447aff5c607fde6f9c3c7530b659be2ffb
7
- data.tar.gz: 30140560fab83204a6fe87a32e0918db96df853b5bb46acc57c909f76aa3ad3f3c427d35e0c29a5cee5c64f68e48c9ac25c5452db335de93c34d39563d014465
6
+ metadata.gz: 59fb44018ca86140b882b12474d2ec66dc3e507d3260bd3fc6f4b14e87c2e3176ebed2b12f2640a1e08274f533a71ec0d59f484516f14364134f161c807818f5
7
+ data.tar.gz: 88e1bb959acef103dc247e7ad025fc6ce1d4fec8278e04adc1a27b33848174a9b97d2275f00fcde06e54bea83cb20f2df3ef9f6454d337541bdb9b8963855aa9
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Thanx # rubocop:disable Style/ClassAndModuleChildren
4
4
  module Style
5
- VERSION = '0.0.15'
5
+ VERSION = '0.0.16'
6
6
  end
7
7
  end
data/rubocop-ruby.yml CHANGED
@@ -289,6 +289,15 @@ Style/ClassAndModuleChildren:
289
289
  - nested
290
290
  - compact
291
291
 
292
+ # Allow comment after a reopened class (# Nucleus)
293
+ Style/CommentedKeyword:
294
+ # This cop checks for comments put on the same line as some keywords. These
295
+ # keywords are: `begin`, `class`, `def`, `end`, `module`.
296
+ #
297
+ # Note that some comments (such as `:nodoc:` and `rubocop:disable`) are
298
+ # allowed.
299
+ Enabled: false
300
+
292
301
  # Allow empty condition in case statements
293
302
  Style/EmptyCaseCondition:
294
303
  Enabled: false
data/rubocop.yml CHANGED
@@ -6,6 +6,7 @@ AllCops:
6
6
  - '.git/**/*'
7
7
  - 'db/schema.rb'
8
8
  - '**/bin/**/*'
9
+ - 'node_modules/**/*'
9
10
 
10
11
  DefaultFormatter: progress
11
12
  DisplayCopNames: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thanx-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eng @ Thanx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-10 00:00:00.000000000 Z
11
+ date: 2018-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  version: '0'
224
224
  requirements: []
225
225
  rubyforge_project:
226
- rubygems_version: 2.7.7
226
+ rubygems_version: 2.7.6
227
227
  signing_key:
228
228
  specification_version: 4
229
229
  summary: Quick install of ruby Thanx code style rules