X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/cbabd4188c1200866ef7ac01e1ab57a58b8775bc..41d951c810b0abdf4ffabcd65dccad33692fe73d:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 7c701f5..2cceb73 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,14 @@ Layout/LineLength: # Increase from default of `80` # Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`) Max: 88 +Metrics/BlockLength: + IgnoredMethods: + - control + - describe + # Increase from default of `25` + Max: 30 +Security/YAMLLoad: + Exclude: + - test/integration/**/_mapdata.rb # Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config` -