From 464d242caf9b33fdf9420d7c82865d6f445ed1d6 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Tue, 9 Nov 2021 09:43:01 +0000 Subject: [PATCH] Add standard header to protect .rubocop.yml https://trello.com/c/Cr2TnMtI/193-make-it-easier-to-agree-with-rubocop-govuk This follows the convention established in [1]. [1]: https://github.com/alphagov/content-publisher/pull/2411 --- .rubocop.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index f959b9250..9b03ed87e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,3 +6,13 @@ inherit_gem: inherit_mode: merge: - Exclude + +# ************************************************************** +# TRY NOT TO ADD OVERRIDES IN THIS FILE +# +# This repo is configured to follow the RuboCop GOV.UK styleguide. +# Any rules you override here will cause this repo to diverge from +# the way we write code in all other GOV.UK repos. +# +# See https://github.com/alphagov/rubocop-govuk/blob/main/CONTRIBUTING.md +# **************************************************************