tt_ruby_style 0.0.7 → 0.0.8

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: aa61f0b36c76952233135231b5d47958d91f62e4459a0d18e434b1cb34e936ac
4
- data.tar.gz: f1200f89a0f04d8a60be2463f1ef6c0e7f65b0972af8ebaeed5798cd8bf20322
3
+ metadata.gz: 5ed7f9b6015d7d63aea9f25d961c30c39f554a2010f6353fa8cc830004e91557
4
+ data.tar.gz: 7cfa655af0db04cd9cbfcd509f772fef2b90c371a1f1bec83c3849033c501160
5
5
  SHA512:
6
- metadata.gz: efffa0f4ef9a55c7338d13fc0b354b5e0b6892ec15c9f3ed00c9e33a59b717012a5029bc21eddd85a378fbb9a4b55051fc3b2fb47ad1dfc45a56a5677ed90a69
7
- data.tar.gz: 484be9650050bbfc3f377eaf4b3d6a900671a5c9764986d9b4fe9f8f056a3232c7129f3bcb1d15855a19018b46d8ec43278031154cb3fc127bbd730966118c0a
6
+ metadata.gz: 54c8564e22e527e017524cfbf833ac5e60a4fd0139e913c682137cda9c4dd5c07ba6a614d4acd76c05d07403e61713b1a9e4aaed0cb9a04d8b017cb987367d0f
7
+ data.tar.gz: 190571e3459824e9769e8d0aa86bd666644f442f6d9d1cd3754f24919fcb3fd1e10c61da5e83b5ed253c2b2bc334d2b141992d88fd4cc0f722ae4daa45a1bbd8
data/README.md CHANGED
@@ -8,7 +8,7 @@ Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
10
  group :test, :development do
11
- gem 'tt_ruby_style', git: "git@github.com:severgroup-tt/tt_ruby_style.git"
11
+ gem 'tt_ruby_style'
12
12
  end
13
13
  ```
14
14
 
data/default.yml CHANGED
@@ -8,6 +8,13 @@ AllCops:
8
8
  - 'lib/twirp/**/*'
9
9
  - 'lib/twirp_clients/**/*'
10
10
 
11
+ Rails/UnknownEnv:
12
+ Environments:
13
+ - production
14
+ - development
15
+ - test
16
+ - staging
17
+
11
18
  ### Style
12
19
 
13
20
  # Eats a lot of the upper section space
@@ -41,7 +48,7 @@ Style/AsciiComments:
41
48
  Security/Eval:
42
49
  Enabled: false
43
50
 
44
- ### Metrcics
51
+ ### Metrics
45
52
 
46
53
  Metrics/LineLength:
47
54
  Max: 120
@@ -74,4 +81,7 @@ Metrics/BlockLength:
74
81
  Exclude:
75
82
  - spec/**/*_spec.rb
76
83
 
77
-
84
+ # Enable: it { expect { code }.to change { another.code } }
85
+ Lint/AmbiguousBlockAssociation:
86
+ Exclude:
87
+ - "spec/**/*"
@@ -1,5 +1,5 @@
1
1
  module TalentTech
2
2
  module Style
3
- VERSION = '0.0.7'.freeze
3
+ VERSION = '0.0.8'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tt_ruby_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - TalentTech Team
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 3.0.8
111
+ rubygems_version: 3.1.2
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: TalentTech rules for rubocop