Sha256: bf68bec77e99955e1a90ec8a51dfe45d9d48b42656b17811e7c72c20bb68e992
Contents?: true
Size: 1.23 KB
Versions: 5
Compression:
Stored size: 1.23 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-09-10 10:49:27 +0200 using RuboCop version 0.74.0. # 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: AllowInHeredoc. Layout/TrailingWhitespace: Exclude: - 'config/environments/test.rb' Metrics/BlockLength: Exclude: - 'config/routes.rb' - 'config/routes/*.rb' - 'spec/**/*.rb' - 'db/migrate/*.rb' Metrics/MethodLength: Exclude: - 'config/routes/*.rb' - 'spec/**/*.rb' - 'db/migrate/*.rb' # Offense count: 2 Style/Documentation: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/ExpandPathArguments: Exclude: - 'bin/rails' - 'bin/rake' AllCops: TargetRubyVersion: 2.7 Include: - "**/*.rb" - Rakefile - config.ru Exclude: - db/schema.rb - 'vendor/**/*' - 'bin/**/*' - spec/spec_helper.rb - spec/rails_helper.rb - lib/tasks/auto_annotate_models.rake - 'ropen_pi.gemspec'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ropen_pi-0.3.0 | .rubocop_todo.yml |
ropen_pi-0.2.0 | .rubocop_todo.yml |
ropen_pi-0.1.2 | .rubocop_todo.yml |
ropen_pi-0.1.1 | .rubocop_todo.yml |
ropen_pi-0.1.0 | .rubocop_todo.yml |