X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=blobdiff_plain;f=.rubocop.yml;h=3f1af395be14aa125ad2c4b533660381805a47c3;hb=e83daac0e837a1a4b5768eb227b75e93748b15bb;hp=c04818e2055d6fd76b59cab957893657da14aaf5;hpb=a756c3b753e34a479da69a88a3176fd2d3e7cfa2;p=lhc%2Fweb%2Fwiklou.git diff --git a/.rubocop.yml b/.rubocop.yml index c04818e205..3f1af395be 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,5 +7,23 @@ AllCops: - 'tests/frontend/node_modules/**/*' - 'vendor/**/*' +AllCops: + StyleGuideCopsOnly: true + Metrics/LineLength: Max: 100 + +Metrics/MethodLength: + Enabled: false + +Style/Alias: + Enabled: false + +Style/SignalException: + Enabled: false + +Style/StringLiterals: + EnforcedStyle: single_quotes + +Style/TrivialAccessors: + ExactNameMatch: true