File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 11---
2+ inherit_from : .rubocop_todo.yml
3+
24# Managed by modulesync - DO NOT EDIT
35# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
46
Original file line number Diff line number Diff line change 1+ # This configuration was generated by
2+ # `rubocop --auto-gen-config`
3+ # on 2023-08-17 21:37:45 UTC using RuboCop version 1.50.2.
4+ # The point is for the user to remove these configuration records
5+ # one by one as the offenses are removed from the code base.
6+ # Note that changes in the inspected code, or installation of new
7+ # versions of RuboCop, may require this file to be generated again.
8+
9+ # Offense count: 1
10+ # This cop supports unsafe autocorrection (--autocorrect-all).
11+ RSpec/BeEq :
12+ Exclude :
13+ - ' spec/unit/redis_server_version_spec.rb'
You can’t perform that action at this time.
0 commit comments