Sha256: cfcc2dcf6060ea1f087223cdb9da2ec1b1059f73b430fab0a294a75a69f608c9
Contents?: true
Size: 980 Bytes
Versions: 2
Compression:
Stored size: 980 Bytes
Contents
AllCops: Exclude: - "acceptance/**/*" - "integration/**/*" - "opencensus-stackdriver.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: 25 Metrics/ParameterLists: Enabled: false Style/RescueModifier: Enabled: false Style/ClassVars: Enabled: false Style/TrivialAccessors: Enabled: false Style/CaseEquality: Enabled: false Style/GuardClause: Enabled: false Naming/FileName: Exclude: - "lib/opencensus-stackdriver.rb"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opencensus-stackdriver-0.1.0 | .rubocop.yml |
opencensus-stackdriver-0.1.0.pre1 | .rubocop.yml |