diff --git a/rubocop.yml b/rubocop.yml index 4029ab1..a2033f9 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -144,6 +144,9 @@ Layout/TrailingEmptyLines: Layout/TrailingWhitespace: Enabled: true +Lint/Debugger: + Enabled: true + Lint/RedundantStringCoercion: Enabled: true