Skip to content

Commit

Permalink
Regenerates rubocop_todo.yml
Browse files Browse the repository at this point in the history
rubocop --auto-gen-config
  • Loading branch information
san983 committed Sep 7, 2020
1 parent db83435 commit f5cc0a2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .rubocop_todo.yml
@@ -1,14 +1,11 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-03-27 01:01:12 +0100 using RuboCop version 0.38.0.
# on 2020-09-07 20:25:04 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: 81
Style/Documentation:
# Silence this check for now until we fix it.
Enabled: false
Exclude:
- 'spec/**/*'
- 'test/**/*'

0 comments on commit f5cc0a2

Please sign in to comment.