rubocop-shakr 0.1.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +24 -0
  3. data/README.md +4 -9
  4. data/config/default.yml +2 -0
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1bbf8418682bde027de4b7b13e6cadbd685e0d70
4
- data.tar.gz: f743334eb98e4f01406f96277ed06c12dbad931f
2
+ SHA256:
3
+ metadata.gz: 943af130cdd2bae1e6500a8b7063c297a38dfe3980ea133b34a1a75465040e20
4
+ data.tar.gz: e4fcd76970fe8317d6ed9e172ef8862fc24e85d920489dd82ee44f036fca0598
5
5
  SHA512:
6
- metadata.gz: dc40d0d9689cec2a0e9cafb0151fcc1230a622bd0a6b7dd4c4afb465c152bb784f733a3dc9ba4453cd1f00ef9b3afbb8be2011ca62e999cbacd5cb8b3ab13f47
7
- data.tar.gz: 49963b8edde4d2f3c82ac0a63a10c7b59dbd7511bf56aa962cbcb9572f12b4f7e3a197e9c2ff00cf3c6404b653da2adde2f720bb717b89bb8ea7a93cf1c0e2fa
6
+ metadata.gz: f93ea824d71a5a4ce5135909664af84743581cae1ffcd6f4226fb6cf8d50b11ba35d91f6b60d86cde8401bd666e497e4881db97de10fb78a5de62bccf884c1b5
7
+ data.tar.gz: d24052786ec498413302ca92f1fa62645a6c494404a8e2b398445228374a283cb23af73a07bd58e92f8960e3446aeb67fbbc90ad9e55fd7eb13117628813dc87
data/LICENSE CHANGED
@@ -1,3 +1,27 @@
1
+ Copyright (c) 2018 Shakr Media Co., Ltd.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
+
22
+
23
+ Original source from https://github.com/github/rubocop-github; license below.
24
+
1
25
  Copyright (c) 2017 GitHub, Inc.
2
26
 
3
27
  Permission is hereby granted, free of charge, to any person obtaining
data/README.md CHANGED
@@ -1,24 +1,19 @@
1
- # RuboCop GitHub
1
+ # RuboCop Shakr
2
2
 
3
- This repository provides recommended RuboCop configuration and additional Cops for use on GitHub open source and internal Ruby projects.
3
+ This repository provides recommended RuboCop configuration and additional Cops for use on Shakr open source and internal Ruby projects.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  **Gemfile**
8
8
 
9
9
  ``` ruby
10
- gem "rubocop-github"
10
+ gem "rubocop-shakr"
11
11
  ```
12
12
 
13
13
  **.rubocop.yml**
14
14
 
15
15
  ``` yaml
16
16
  inherit_gem:
17
- rubocop-github:
17
+ rubocop-shakr:
18
18
  - config/default.yml
19
- - config/rails.yml
20
19
  ```
21
-
22
- ## The Cops
23
-
24
- All cops are located under [`lib/rubocop/cop/github`](lib/rubocop/cop/github), and contain examples/documentation.
data/config/default.yml CHANGED
@@ -7,3 +7,5 @@ Style/StringLiterals:
7
7
  Style/NumericLiteralPrefix:
8
8
  Enabled: false
9
9
 
10
+ Metrics/LineLength:
11
+ Max: 120
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-shakr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minku Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-29 00:00:00.000000000 Z
11
+ date: 2018-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.6.11
114
+ rubygems_version: 2.7.6
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: RuboCop Shakr