lendesk-ruby-lint-config 1.0.0 → 1.0.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 +4 -4
- data/.gitignore +1 -0
- data/.ruby-style.yml +0 -19
- data/README.md +2 -2
- data/lendesk-ruby-lint-config.gemspec +1 -1
- data/lib/lendesk_ruby_lint_config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e21e340006f01f5e3d8311e3103d64a35779059e
|
4
|
+
data.tar.gz: 7d07a9e385d0fce88246aaa4b2704535ca4666da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 663ae975e853970c792944da6b00169573cb67479989b1b077bf8902c5e9d434b2aff2328e43e5d1b2c27dd021b5ec83d5065ff7282305b2420e33e2a96e74b3
|
7
|
+
data.tar.gz: 2eb0ebf74909e9657c759ade2cf8c225aa64fb343cd39d3aad5da2b23c37eae88cd542b1b9704bf08701845aabe3ea0bbcba9150e0a4c9851e74e8c6f4c783e2
|
data/.gitignore
CHANGED
data/.ruby-style.yml
CHANGED
@@ -1,23 +1,4 @@
|
|
1
1
|
AllCops:
|
2
|
-
Include:
|
3
|
-
- "**/*.gemspec"
|
4
|
-
- "**/*.podspec"
|
5
|
-
- "**/*.jbuilder"
|
6
|
-
- "**/*.rake"
|
7
|
-
- "**/*.opal"
|
8
|
-
- "**/Gemfile"
|
9
|
-
- "**/Rakefile"
|
10
|
-
- "**/Capfile"
|
11
|
-
- "**/Guardfile"
|
12
|
-
- "**/Podfile"
|
13
|
-
- "**/Thorfile"
|
14
|
-
- "**/Vagrantfile"
|
15
|
-
- "**/Berksfile"
|
16
|
-
- "**/Cheffile"
|
17
|
-
- "**/Vagabondfile"
|
18
|
-
Exclude:
|
19
|
-
- "vendor/**/*"
|
20
|
-
- "db/schema.rb"
|
21
2
|
DisplayCopNames: true
|
22
3
|
StyleGuideCopsOnly: false
|
23
4
|
Style/AccessModifierIndentation:
|
data/README.md
CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
20
20
|
|
21
21
|
In your ruby-style.yml:
|
22
22
|
```yaml
|
23
|
-
|
23
|
+
inherit_gem:
|
24
24
|
lendesk-ruby-lint-config: .ruby-style.yml
|
25
25
|
```
|
26
26
|
|
@@ -29,5 +29,5 @@ inherit_from:
|
|
29
29
|
In your ruby-style.yml:
|
30
30
|
```yaml
|
31
31
|
inherit_from:
|
32
|
-
- https://github.com/
|
32
|
+
- https://github.com/BOA-Restrictor/lendesk-ruby-lint-config/blob/master/.ruby-style.yml
|
33
33
|
```
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = 'Shared ruby lint config for lendesk'
|
13
13
|
spec.description = 'Shared ruby lint config for lendesk'
|
14
|
-
spec.homepage = 'https://github.com/
|
14
|
+
spec.homepage = 'https://github.com/BOA-Restrictor/lendesk-ruby-lint-config'
|
15
15
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
17
17
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lendesk-ruby-lint-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- matrinox
|
@@ -42,7 +42,7 @@ files:
|
|
42
42
|
- lendesk-ruby-lint-config.gemspec
|
43
43
|
- lib/lendesk_ruby_lint_config.rb
|
44
44
|
- lib/lendesk_ruby_lint_config/version.rb
|
45
|
-
homepage: https://github.com/
|
45
|
+
homepage: https://github.com/BOA-Restrictor/lendesk-ruby-lint-config
|
46
46
|
licenses: []
|
47
47
|
metadata:
|
48
48
|
allowed_push_host: https://rubygems.org
|