File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ module OptionsHelp
573
573
'cops. Only valid for --format junit.' ] ,
574
574
display_only_fail_level_offenses :
575
575
[ 'Only output offense messages at' ,
576
- 'the specified --fail-level or above' ] ,
576
+ 'the specified --fail-level or above. ' ] ,
577
577
display_only_correctable : [ 'Only output correctable offense messages.' ] ,
578
578
display_only_safe_correctable : [ 'Only output safe-correctable offense messages' ,
579
579
'when combined with --display-only-correctable.' ] ,
@@ -636,8 +636,8 @@ module OptionsHelp
636
636
raise_cop_error : [ 'Raise cop-related errors with cause and location.' ,
637
637
'This is used to prevent cops from failing silently.' ,
638
638
'Default is false.' ] ,
639
- profile : 'Profile rubocop' ,
640
- memory : 'Profile rubocop memory usage'
639
+ profile : 'Profile rubocop. ' ,
640
+ memory : 'Profile rubocop memory usage. '
641
641
} . freeze
642
642
end
643
643
# rubocop:enable Metrics/ModuleLength
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ def abs(path)
146
146
cops. Only valid for --format junit.
147
147
--display-only-fail-level-offenses
148
148
Only output offense messages at
149
- the specified --fail-level or above
149
+ the specified --fail-level or above.
150
150
--display-only-correctable Only output correctable offense messages.
151
151
--display-only-safe-correctable
152
152
Only output safe-correctable offense messages
@@ -213,8 +213,8 @@ def abs(path)
213
213
expected_help += <<~OUTPUT
214
214
215
215
Profiling Options:
216
- --profile Profile rubocop
217
- --memory Profile rubocop memory usage
216
+ --profile Profile rubocop.
217
+ --memory Profile rubocop memory usage.
218
218
OUTPUT
219
219
end
220
220
You can’t perform that action at this time.
0 commit comments