Skip to content

Commit

Permalink
Apply rubocop --auto-gen-config
Browse files Browse the repository at this point in the history
  • Loading branch information
iusztin committed Sep 7, 2020
1 parent 0a71849 commit f191786
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-rspec

Expand Down
28 changes: 28 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-09-07 08:04:46 UTC using RuboCop version 0.90.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
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- 'scnnr.gemspec'

# Offense count: 11
# Configuration parameters: Prefixes.
# Prefixes: when, with, without
RSpec/ContextWording:
Exclude:
- 'spec/scnnr/connection_spec.rb'
- 'spec/scnnr/polling_manager_spec.rb'
- 'spec/scnnr/response_spec.rb'

# Offense count: 36
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
Max: 18

0 comments on commit f191786

Please sign in to comment.