diff --git a/.rubocop.yml b/.rubocop.yml index 8cdb96a0a..d80701a19 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -44,10 +44,18 @@ RBS/Style: Exclude: - 'sig/**/*' - 'test/**/*' +RBS/Style/BlockReturnBoolish: + Enabled: true +RBS/Style/DuplicatedType: + Enabled: true RBS/Style/EmptyArgument: Enabled: true RBS/Style/InitializeReturnType: Enabled: true +RBS/Style/OptionalNil: + Enabled: true +RBS/Style/RedundantParentheses: + Enabled: true Lint/DuplicateMethods: Enabled: true