# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-01-05 07:51:33 +0300 using RuboCop version 0.61.1. # 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. Metrics/AbcSize: Exclude: - 'lib/umwelt/cli/commands/*' Metrics/MethodLength: Exclude: - 'lib/umwelt/cli/commands/*' Metrics/BlockLength: Exclude: - 'spec/**/**/*_spec.rb' - 'umwelt.gemspec' # Compact style is forcing correct requiring files Style/ClassAndModuleChildren: AutoCorrect: true EnforcedStyle: compact Style/Documentation: Enabled: false