Maintenance: Activated rubocop Layout/SpaceInsideParens.

This commit is contained in:
Thorsten Eckel 2021-07-16 15:38:01 +02:00 committed by Martin Gruner
parent 5243efbc25
commit 916bb77066
96 changed files with 305 additions and 310 deletions

View file

@ -81,11 +81,6 @@ Style/RescueStandardError:
Enabled: true
EnforcedStyle: implicit
Layout/SpaceInsideParens:
Description: 'No spaces after ( or before ).'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-spaces-braces'
Enabled: false
Layout/LeadingCommentSpace:
Description: 'Comments should start with a space.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#hash-space'