Sha256: 5ce56e67c5ccda87b6b305a693b8554f7c482fb64bec9f22ffdce0548b78a876
Contents?: true
Size: 925 Bytes
Versions: 15
Compression:
Stored size: 925 Bytes
Contents
AllCops: Exclude: - 'bin/**/*' - 'assets/**/*' DisplayCopNames: true TargetRubyVersion: 2.2 Metrics/CyclomaticComplexity: Max: 25 Metrics/MethodLength: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Max: 100 Metrics/ClassLength: Max: 200 Layout/EndOfLine: EnforcedStyle: lf Metrics/ParameterLists: Max: 10 Layout/AlignParameters: Enabled: false Metrics/PerceivedComplexity: Max: 25 Metrics/LineLength: Max: 120 Style/MultilineBlockChain: Enabled: false Layout/MultilineOperationIndentation: Enabled: false # @todo #64:30min Let's get rid of this and find a way to pass that # $log global variable to all tests. Now it's defined inside test__helper.rb, # but there should be a better solution. I posted a question about it: # https://stackoverflow.com/questions/50418822 Style/GlobalVars: Enabled: false
Version data entries
15 entries across 15 versions & 1 rubygems