Updating rubocop rules

GSoC/Meterpreter_Web_Console
Mehmet İnce 2018-03-13 09:46:52 +03:00
parent 0cc31eb7d4
commit 3b9274e9e3
1 changed files with 4 additions and 3 deletions

View File

@ -92,9 +92,10 @@ Style/NumericLiterals:
Enabled: false
Description: 'This often hurts readability for exploit-ish code.'
Layout/SpaceInsideBrackets:
Enabled: false
Description: 'Until module template are final, most modules will fail this.'
Layout/AlignParameters:
Enabled: true
EnforcedStyle: 'with_fixed_indentation'
Description: 'initialize method of every module has fixed indentation for Name, Description, etc'
Style/StringLiterals:
Enabled: false