rubocop: Move Style/DocumentationMethod into the other file

This commit is contained in:
Issy Long 2023-03-01 00:02:22 +00:00
parent 7c15dce285
commit b1eaf8bbd2
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 4 additions and 4 deletions

View File

@ -367,10 +367,6 @@ Style/Documentation:
- "**/{Formula,Casks}/**/*.rb"
- "**/*.rbi"
Style/DocumentationMethod:
Include:
- "Homebrew/formula.rb"
# This is quite a large change, so don't enforce this yet for formulae.
# We should consider doing so in the future, but be aware of the impact on third-party taps.
Style/FetchEnvVar:

View File

@ -60,6 +60,10 @@ Style/Documentation:
- utils/string_inreplace_extension.rb
- version.rb
Style/DocumentationMethod:
Include:
- "formula.rb"
Style/HashAsLastArrayItem:
Exclude:
- "test/utils/spdx_spec.rb"