AllCops: Exclude: - "acceptance/**/*" - "integration/**/*" - "opencensus.gemspec" - "Rakefile" - "support/**/*" - "test/**/*" - "docs/**/*" - "tmp/**/*" Documentation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/MethodDefParentheses: EnforcedStyle: require_no_parentheses Style/NumericLiterals: Enabled: false Layout/SpaceAroundOperators: Enabled: false Metrics/ClassLength: Enabled: false Layout/EmptyLines: Enabled: false Style/EmptyElse: Enabled: false Metrics/CyclomaticComplexity: Max: 10 Metrics/PerceivedComplexity: Max: 10 Metrics/AbcSize: Max: 25 Metrics/MethodLength: Max: 20 Metrics/ParameterLists: Enabled: false Style/RescueModifier: Enabled: false Style/ClassVars: Enabled: false Style/TrivialAccessors: Enabled: false Style/CaseEquality: Enabled: false Style/GuardClause: Enabled: false