DEV: Move to rubocop-discourse.
This commit is contained in:
parent
92cc3d6733
commit
3c6279b90a
|
@ -1,3 +1 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
.rubocop-https---raw-githubusercontent-com-discourse-discourse-master--rubocop-yml
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
inherit_from: https://raw.githubusercontent.com/discourse/discourse/master/.rubocop.yml
|
inherit_gem:
|
||||||
|
rubocop-discourse: default.yml
|
||||||
|
|
1
Gemfile
1
Gemfile
|
@ -4,4 +4,5 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
||||||
|
gem 'rubocop-discourse'
|
||||||
end
|
end
|
||||||
|
|
25
Gemfile.lock
25
Gemfile.lock
|
@ -7,12 +7,35 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
ast (2.4.0)
|
||||||
|
jaro_winkler (1.5.4)
|
||||||
|
parallel (1.19.1)
|
||||||
|
parser (2.7.1.2)
|
||||||
|
ast (~> 2.4.0)
|
||||||
|
rainbow (3.0.0)
|
||||||
|
rexml (3.2.4)
|
||||||
|
rubocop (0.82.0)
|
||||||
|
jaro_winkler (~> 1.5.1)
|
||||||
|
parallel (~> 1.10)
|
||||||
|
parser (>= 2.7.0.1)
|
||||||
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
|
rexml
|
||||||
|
ruby-progressbar (~> 1.7)
|
||||||
|
unicode-display_width (>= 1.4.0, < 2.0)
|
||||||
|
rubocop-discourse (2.1.2)
|
||||||
|
rubocop (>= 0.69.0)
|
||||||
|
rubocop-rspec (>= 1.39.0)
|
||||||
|
rubocop-rspec (1.39.0)
|
||||||
|
rubocop (>= 0.68.1)
|
||||||
|
ruby-progressbar (1.10.1)
|
||||||
|
unicode-display_width (1.7.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
rubocop-discourse
|
||||||
translations-manager!
|
translations-manager!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
2.1.4
|
||||||
|
|
Loading…
Reference in New Issue