Sha256: bcb1f7429885eea08d427a32a89120cfcae508084e73dceccbd6725efa7226e6
Contents?: true
Size: 1.26 KB
Versions: 19
Compression:
Stored size: 1.26 KB
Contents
AllCops: TargetRubyVersion: 2.2 Exclude: - 'bin/*' - 'vendor/**/*' Rails: Enabled: false Style/FileName: Exclude: - 'lib/acme-client.rb' Lint/AssignmentInCondition: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/MultilineOperationIndentation: Enabled: false Style/SignalException: EnforcedStyle: only_raise Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/FirstParameterIndentation: EnforcedStyle: consistent Style/TrailingCommaInArguments: Enabled: false Style/TrailingCommaInLiteral: Enabled: false Style/StringLiterals: Enabled: single_quotes Metrics/LineLength: Max: 140 Metrics/ParameterLists: Max: 5 CountKeywordArgs: false Lint/EndAlignment: AlignWith: variable Style/ParallelAssignment: Enabled: false Style/ModuleFunction: Enabled: false Style/TrivialAccessors: AllowPredicates: true Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Metrics/MethodLength: Max: 15 Style/DoubleNegation: Enabled: false Style/IfUnlessModifier: Enabled: false Style/MultilineBlockChain: Enabled: false Style/BlockDelimiters: EnforcedStyle: semantic Style/Lambda: Enabled: false Style/AccessorMethodName: Enabled: false
Version data entries
19 entries across 19 versions & 1 rubygems