Sha256: 04c63878c13d7f442f487ed6027696d8c75b9a4139446f2dcc26addd54ae548d

Contents?: true

Size: 978 Bytes

Versions: 6

Compression:

Stored size: 978 Bytes

Contents

Codeqa.configure do |config|
  config.excludes = ['spec/fixtures/html_error.html.erb',
                     'spec/fixtures/html_error.text.html',
                     'spec/fixtures/ruby_error.rb',
                     'lib/codeqa/checkers/check_pry.rb',
                     'spec/lib/codeqa/checkers/check_pry_spec.rb',
                     'spec/lib/codeqa/checkers/check_rspec_focus_spec.rb',
                     'coverage/*',
                     'pkg/*']

  config.enabled_checker.delete 'CheckRubySyntax'
  config.enabled_checker << 'RubocopLint'
  config.enabled_checker << 'RubocopFormatter'

  config.rubocop_formatter_cops << 'AlignHash'
  config.rubocop_formatter_cops << 'SignalException'
  config.rubocop_formatter_cops << 'DeprecatedClassMethods'
  config.rubocop_formatter_cops << 'RedundantBegin'
  config.rubocop_formatter_cops << 'RedundantSelf'
  config.rubocop_formatter_cops << 'RedundantReturn'
  config.rubocop_formatter_cops << 'CollectionMethods'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
codeqa-0.4.1 .codeqa.rb
codeqa-0.4.0 .codeqa.rb
codeqa-0.4.0.pre2 .codeqa.rb
codeqa-0.4.0.pre .codeqa.rb
codeqa-0.3.1 .codeqa.rb
codeqa-0.3.0 .codeqa.rb