diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index 08d1f84c73..7f358c7c1f 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -768,6 +768,9 @@ Style/FileWrite: Style/FileRead: Enabled: false +Style/FetchEnvVar: + Enabled: false + ###### # LINT ######