whitespace; shallow name

This commit is contained in:
Peter Bhat Harkins 2018-11-24 16:43:43 -06:00
parent 0b6476e4ce
commit 1e5a7fc81f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Project setup:
require: ./extras/rubocop/cop/style/disallow_safe_navigation
require: ./extras/prohibit_safe_navigation
Rails:
Enabled: true
AllCops:

View File

@ -6,7 +6,7 @@ module RuboCop
# operator
#
# @example
#
#
# # bad
# foo&.bar
# a.foo&.bar