Sha256: 959e81357a66296ef15e6c9f7ccf277ac149eee2cace8f5c40e2cdd5fc0c75c7

Contents?: true

Size: 1.88 KB

Versions: 8

Compression:

Stored size: 1.88 KB

Contents

Codeqa.configure do |config|
  config.excludes = ['vendor/**/*']
  config.enabled_checker = %w(CheckErb
                              CheckErbHtml
                              CheckRubySyntax
                              CheckStrangeChars
                              CheckUtf8Encoding
                              CheckConflict
                              CheckPry
                              CheckLinkto
                              CheckRspecFocus)
  config.erb_engine = 'erb'
  config.rubocop_formatter_cops = %w( EmptyLinesAroundBody
                                      EmptyLines
                                      TrailingWhitespace
                                      SpaceBeforeBlockBraces
                                      SpaceInsideBlockBraces
                                      SpaceAroundEqualsInParameterDefault
                                      SpaceAfterComma
                                      SingleSpaceBeforeFirstArg
                                      SpaceInsideHashLiteralBraces
                                      SpaceAroundOperators
                                      SpaceInsideParens
                                      LeadingCommentSpace
                                      EmptyLineBetweenDefs
                                      IndentationConsistency
                                      IndentationWidth
                                      MethodDefParentheses
                                      DefWithParentheses
                                      HashSyntax
                                      AlignArray
                                      AlignParameters
                                      BracesAroundHashParameters )
  # other interessting but currently not enabled default cops
  # AlignHash
  # SignalException
  # DeprecatedClassMethods
  # RedundantBegin
  # RedundantSelf
  # RedundantReturn
  # CollectionMethods
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
codeqa-0.5.0 config/default.rb
codeqa-0.4.2 config/default.rb
codeqa-0.4.1 config/default.rb
codeqa-0.4.0 config/default.rb
codeqa-0.4.0.pre2 config/default.rb
codeqa-0.4.0.pre config/default.rb
codeqa-0.3.1 config/default.rb
codeqa-0.3.0 config/default.rb