Merge pull request #1689 from Homebrew/dependabot/bundler/jekyll-4.4.1
[Homebrew/formulae.brew.sh.git] / docs / .rubocop.yml
blobdd586b80c9fd7723ddc646659903e518c4dcb4c9
1 # This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.
2 ---
3 inherit_from: "../.rubocop.yml"
4 AllCops:
5   Exclude:
6   - "**/_site/**/*"
7   - "**/Manpage.md"
8   - "**/vendor/**/*"
9 Layout/LineLength:
10   Exclude:
11   - "**/Bottles.md"
12 Lint/ConstantDefinitionInBlock:
13   Enabled: false
14 Style/RedundantRegexpArgument:
15   Enabled: false
16 Style/TopLevelMethodDefinition:
17   Enabled: false
18 Lint/NonAtomicFileOperation:
19   Enabled: false