This commit is contained in:
Robert Mosolgo 2018-09-13 09:58:59 -04:00
Родитель 6b9f2c3bcf
Коммит 90e6d5e109
6 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -1 +1,6 @@
inherit_from: ./config/default.yml
Naming/FileName:
Enabled: true
Exclude:
- "rubocop-github.gemspec"

Просмотреть файл

@ -1,2 +1,4 @@
# frozen_string_literal: true
source "https://rubygems.org"
gemspec

Просмотреть файл

@ -1,3 +1,5 @@
# frozen_string_literal: true
require "bundler/gem_tasks"
require "rake/testtask"
require "rubocop/rake_task"

Просмотреть файл

@ -1,3 +1,5 @@
# frozen_string_literal: true
require "rubocop/cop/github/rails_application_record"
require "rubocop/cop/github/rails_controller_render_action_symbol"
require "rubocop/cop/github/rails_controller_render_literal"

Просмотреть файл

@ -1,3 +1,5 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "rubocop-github"
s.version = "0.10.0"

Просмотреть файл

@ -1,3 +1,5 @@
# frozen_string_literal: true
require "action_view"
require "minitest"