Skip to content

Commit

Permalink
Add standard header to protect .rubocop.yml
Browse files Browse the repository at this point in the history
This follows the convention established in [1].

[1]: alphagov/content-publisher#2411
  • Loading branch information
Ben Thorner committed Nov 9, 2021
1 parent f84d1b5 commit ae1f61e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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
# **************************************************************

Rails/SaveBang:
AllowedReceivers:
- Elasticsearch::Model.client.indices

0 comments on commit ae1f61e

Please sign in to comment.