diff options
author | Christopher Baines <mail@cbaines.net> | 2018-04-03 08:20:43 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-04-12 08:30:05 +0100 |
commit | b84de36ae80f2b86f6f8d78163a84a7c5eb10b1e (patch) | |
tree | cf5da724cdfe7d2d2d18307faa2556428dec360d /.rubocop.yml | |
parent | bb42b5dac2f5cf76bea57137b248efbd177bc6ed (diff) | |
download | govuk-mini-environment-admin-b84de36ae80f2b86f6f8d78163a84a7c5eb10b1e.tar govuk-mini-environment-admin-b84de36ae80f2b86f6f8d78163a84a7c5eb10b1e.tar.gz |
Disable Style/AsciiComments for Rubocop
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index ea668f0..ffde4ce 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,9 @@ Style/Documentation: Style/ClassAndModuleChildren: Enabled: false +Style/AsciiComments: + Enabled: false + Metrics/MethodLength: Enabled: false |