Sha256: 221165c5cfcdaf461916b4751c790d73e45e6997b8f6d153917bc81e38fe0cdd

Contents?: true

Size: 809 Bytes

Versions: 13

Compression:

Stored size: 809 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-08-08 09:31:50 +0200 using RuboCop version 0.58.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Lint/UnusedMethodArgument:
  Exclude:
    - 'lib/kuberun/commands/start.rb'

# Offense count: 4
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/kuberun.rb'
    - 'lib/kuberun/command.rb'
    - 'lib/kuberun/commands/start.rb'
    - 'lib/kuberun/lib/kubectl.rb'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
kuberun-0.4.1 .rubocop_todo.yml
kuberun-0.4.0 .rubocop_todo.yml
kuberun-0.3.4 .rubocop_todo.yml
kuberun-0.3.3 .rubocop_todo.yml
kuberun-0.3.2 .rubocop_todo.yml
kuberun-0.3.1 .rubocop_todo.yml
kuberun-0.3.0 .rubocop_todo.yml
kuberun-0.2.1 .rubocop_todo.yml
kuberun-0.2.0 .rubocop_todo.yml
kuberun-0.1.4 .rubocop_todo.yml
kuberun-0.1.2 .rubocop_todo.yml
kuberun-0.1.1 .rubocop_todo.yml
kuberun-0.1.0 .rubocop_todo.yml