Correct use of Redcarpet’s safe_links_only flag

This commit is contained in:
Andrew Kvalheim 2022-03-17 16:47:47 -07:00
parent a281110b29
commit 685d79e44b
3 changed files with 10 additions and 7 deletions

View file

@ -457,7 +457,7 @@ Metrics/MethodLength:
# Offense count: 5
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 173
Max: 174
# Offense count: 26
# Configuration parameters: IgnoredMethods.