Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Use my Rubocop gem
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Oct 27, 2018
1 parent f8e6ce3 commit 7dd6a1b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
8 changes: 3 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Metrics/LineLength:
Max: 120

Style/Documentation:
Enabled: false
inherit_gem:
rubocop-coreyja:
- config/default.yml
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ gem 'kramdown'
# For feed.xml.builder
gem 'builder', '~> 3.0'

gem 'rubocop'
gem 'rubocop-coreyja', '0.2.0'

gem 'scss_lint', require: false
19 changes: 13 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ GEM
hashie (3.5.7)
i18n (0.7.0)
ipaddress (0.8.3)
jaro_winkler (1.5.1)
kramdown (1.16.2)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -138,9 +139,9 @@ GEM
padrino-support (0.13.3.4)
activesupport (>= 3.1)
parallel (1.12.1)
parser (2.5.1.0)
parser (2.5.1.2)
ast (~> 2.4.0)
powerpack (0.1.1)
powerpack (0.1.2)
public_suffix (3.0.2)
puma (3.10.0)
rack (2.0.4)
Expand All @@ -150,13 +151,19 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (2.2.1)
rubocop (0.54.0)
rubocop (0.58.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-coreyja (0.2.0)
rubocop (= 0.58.2)
rubocop-rspec (= 1.27.0)
rubocop-rspec (1.27.0)
rubocop (>= 0.56.0)
ruby-progressbar (1.9.0)
sass (3.4.25)
scss_lint (0.55.0)
Expand All @@ -174,7 +181,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)

PLATFORMS
ruby
Expand All @@ -192,7 +199,7 @@ DEPENDENCIES
mime-types
puma
rake
rubocop
rubocop-coreyja (= 0.2.0)
scss_lint
tzinfo-data
wdm (~> 0.1.0)
Expand Down

0 comments on commit 7dd6a1b

Please sign in to comment.