mirror of
https://github.com/discourse/discourse-signatures.git
synced 2025-12-13 02:13:32 +00:00
DEV: Add rubocop-discourse gem
This commit is contained in:
parent
4f3e2a763b
commit
2d45cbb95f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,2 @@
|
|||||||
.idea/*
|
.idea/*
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
.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
|
||||||
|
|||||||
7
Gemfile
Normal file
7
Gemfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
source "https://rubygems.org"
|
||||||
|
|
||||||
|
group :development do
|
||||||
|
gem "rubocop-discourse"
|
||||||
|
end
|
||||||
34
Gemfile.lock
Normal file
34
Gemfile.lock
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
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
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
rubocop-discourse
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
2.1.4
|
||||||
Loading…
x
Reference in New Issue
Block a user