Sha256: 39ae0c065ee55caf0b8362da4603b55d1974791ee68ac5fc46eb9c4ed36131b1

Contents?: true

Size: 1.11 KB

Versions: 14

Compression:

Stored size: 1.11 KB

Contents

Rails: {Enabled: true}

Style/Alias: {Enabled: false}
Style/AlignParameters:
  # Disable, till rubocop supports combination of styles.
  # Use one of this styles where appropriate, keep it clean, compact and readable.
  Enabled: false
  # EnforcedStyle:
  # - with_first_parameter
  # - with_fixed_indentation
Style/AndOr: {EnforcedStyle: conditionals}
Style/ClosingParenthesisIndentation: {Enabled: false}
Style/Documentation: {Enabled: false}
Style/DotPosition: {EnforcedStyle: trailing}
Style/FirstParameterIndentation: {EnforcedStyle: consistent}
Style/IfUnlessModifier: {Enabled: false}
Style/ModuleFunction: {Enabled: false}
Style/MultilineOperationIndentation: {EnforcedStyle: indented}
Style/NestedParenthesizedCalls: {Enabled: false}
Style/PredicateName: {Enabled: false}
Style/SignalException: {EnforcedStyle: only_raise}
Style/SpaceInsideHashLiteralBraces: {EnforcedStyle: no_space}
Style/TrailingCommaInArguments: {Enabled: false}
Style/TrailingCommaInLiteral: {EnforcedStyleForMultiline: comma}

Metrics/AbcSize: {Max: 21}
Metrics/LineLength: {Max: 100}
Metrics/MethodLength: {Max: 30}
Metrics/CyclomaticComplexity: {Max: 8}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
telegram-bot-0.11.1 .rubocop.yml
telegram-bot-0.11.0 .rubocop.yml
telegram-bot-0.10.2 .rubocop.yml
telegram-bot-0.10.1 .rubocop.yml
telegram-bot-0.10.0 .rubocop.yml
telegram-bot-0.9.0 .rubocop.yml
telegram-bot-0.9.0.alpha2 .rubocop.yml
telegram-bot-0.9.0.alpha1 .rubocop.yml
telegram-bot-0.8.0 .rubocop.yml
telegram-bot-0.7.4 .rubocop.yml
telegram-bot-0.7.3 .rubocop.yml
telegram-bot-0.7.2 .rubocop.yml
telegram-bot-0.6.0 .rubocop.yml
telegram-bot-0.5.0 .rubocop.yml