Sha256: b9e7f2bbab9d1d75b066c4eabfee66a8a72609e96c18dfddc2f329dc57ef4255
Contents?: true
Size: 1.29 KB
Versions: 4
Compression:
Stored size: 1.29 KB
Contents
# This file strictly follows the rules defined in the Ruby style guide: # http://shopify.github.io/ruby-style-guide/ AllCops: TargetRubyVersion: 2.1 Rails: Enabled: false Lint/AssignmentInCondition: Enabled: false Style/Documentation: Enabled: false Style/MultilineOperationIndentation: Enabled: false Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/FirstParameterIndentation: EnforcedStyle: consistent Style/TrailingCommaInLiteral: Enabled: false Style/SignalException: EnforcedStyle: only_raise Style/NumericLiterals: Enabled: false Style/CaseIndentation: IndentWhenRelativeTo: end Style/IndentHash: EnforcedStyle: consistent Style/WordArray: Enabled: false Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Style/StringLiterals: Enabled: false Metrics/LineLength: Max: 120 Metrics/ClassLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ParameterLists: Max: 5 CountKeywordArgs: false Metrics/PerceivedComplexity: Enabled: false Lint/EndAlignment: AlignWith: variable Style/FrozenStringLiteralComment: Enabled: false Style/Alias: EnforcedStyle: prefer_alias_method Style/MutableConstant: Enabled: false Performance/Casecmp: Enabled: false Style/GuardClause: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
oktakit-0.1.3 | .rubocop.yml |
oktakit-0.1.2 | .rubocop.yml |
oktakit-0.1.1 | .rubocop.yml |
oktakit-0.1.0 | .rubocop.yml |