mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-13 20:39:33 -05:00
53ff7db7b5
* update rubocop * adding unrec cops * fix space
11 lines
296 B
Ruby
11 lines
296 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "rubocop", "~> 1.30.0"
|
|
gem "rubocop-github", "~> 0.17.0"
|
|
gem "rubocop-performance", "~>1.13.3"
|
|
gem "rubocop-rails", "~> 2.14"
|
|
gem "rubocop-rspec", "~> 2.11.1"
|