ThunderKey-rubocop 0.0.11 → 0.0.12

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +6 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 871c11793a0a476bc31bf130f84529c77f82b62eb1b4a075a6c2f969dfd132c9
4
- data.tar.gz: 6e84fcf4801c751a311696d19cf2a79c4647e08f9134684477a3eaf232f73b4e
3
+ metadata.gz: a43f14e3b9a7fd85a6201a70d7912b093fa9431d957332038d2a5d4a43394000
4
+ data.tar.gz: 07c7eab807b9b5d5e730a71a67c3d1130b3022ee2425b948ed6640ccd2346ff6
5
5
  SHA512:
6
- metadata.gz: eceabacaff87e5e08b07625b4f00e018a2f3ebdcff40ed560e04386dd8678f375fe412c1a57ddd26e02c06da7d6050b992d6ee7a33e6594e1700a17cae619905
7
- data.tar.gz: 587bce876035a8a450d538bc387aa8edcb3083aff7f591879fc77ff16a462d5cccabbf5fb8a964817631ea3fa7fb7f99a40650273a9659136601253d5973e7ec
6
+ metadata.gz: a403c028f3d4ace2c896fdd6821ae47a0783f99a538dcae1cbabbb6fa871a2439c22c4138fb47c9fa4383c7f70520ff636e7fcb43dcc1a6d34af4b57312745cf
7
+ data.tar.gz: 29f6343fcada2b8d2db00351f6a57c53cc930fbf1921a7dffbc3b0efa03895d24aa7dcebb3ff92d2d599f8f26d79cb09e4a8a0fd76746ee38dc685ec92709f93
data/rubocop.yml CHANGED
@@ -99,6 +99,12 @@ Layout/MultilineMethodCallIndentation:
99
99
  Layout/CaseIndentation:
100
100
  EnforcedStyle: end
101
101
 
102
+ # RSpec
103
+
104
+ RSpec/DescribeClass:
105
+ Exclude:
106
+ - 'spec/features/**/*'
107
+
102
108
  # Disabled
103
109
 
104
110
  Style/MethodDefParentheses:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ThunderKey-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Ganz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-09 00:00:00.000000000 Z
11
+ date: 2019-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop