2020-08-14 01:58:14 +02:00
|
|
|
inherit_from:
|
2023-02-21 16:32:32 -08:00
|
|
|
- ../.rubocop.yml
|
2016-09-27 18:48:06 +02:00
|
|
|
|
2023-03-02 22:13:55 +00:00
|
|
|
Bundler/GemFilename:
|
|
|
|
|
Enabled: false
|
|
|
|
|
|
2022-12-09 12:01:44 -08:00
|
|
|
Homebrew/MoveToExtendOS:
|
|
|
|
|
Enabled: true
|
|
|
|
|
Exclude:
|
|
|
|
|
- "{extend,test,requirements}/**/*"
|
|
|
|
|
- "os.rb"
|
|
|
|
|
|
2017-10-07 00:31:28 +02:00
|
|
|
Naming/PredicateName:
|
2023-03-03 22:25:29 +00:00
|
|
|
inherit_mode:
|
|
|
|
|
merge:
|
|
|
|
|
- AllowedMethods
|
2021-01-13 09:22:06 +01:00
|
|
|
AllowedMethods:
|
|
|
|
|
- is_32_bit?
|
|
|
|
|
- is_64_bit?
|
2017-10-07 00:31:28 +02:00
|
|
|
|
2023-02-27 16:25:56 +00:00
|
|
|
# Only enforce documentation for public APIs.
|
2023-02-28 12:50:05 +00:00
|
|
|
# Checked by the tests.yml syntax job
|
2023-02-27 16:25:56 +00:00
|
|
|
Style/Documentation:
|
|
|
|
|
AllowedConstants:
|
|
|
|
|
- Homebrew
|
|
|
|
|
Include:
|
2024-08-13 13:37:28 -07:00
|
|
|
- abstract_command.rb
|
2024-04-26 14:17:22 +02:00
|
|
|
- cask/cask.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- cask/dsl.rb
|
|
|
|
|
- cask/dsl/version.rb
|
|
|
|
|
- cask/url.rb
|
2024-03-06 01:00:39 +01:00
|
|
|
- development_tools.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- download_strategy.rb
|
2024-03-06 01:00:39 +01:00
|
|
|
- extend/ENV/super.rb
|
2023-02-28 00:19:53 +00:00
|
|
|
- extend/kernel.rb
|
2024-03-06 01:00:39 +01:00
|
|
|
- extend/pathname.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- formula.rb
|
|
|
|
|
- formula_assertions.rb
|
|
|
|
|
- formula_free_port.rb
|
|
|
|
|
- language/java.rb
|
|
|
|
|
- language/node.rb
|
|
|
|
|
- language/perl.rb
|
2025-03-30 00:53:54 +01:00
|
|
|
- language/php.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- language/python.rb
|
|
|
|
|
- livecheck/strategy/apache.rb
|
|
|
|
|
- livecheck/strategy/bitbucket.rb
|
|
|
|
|
- livecheck/strategy/cpan.rb
|
2024-02-08 09:59:21 -05:00
|
|
|
- livecheck/strategy/crate.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- livecheck/strategy/extract_plist.rb
|
|
|
|
|
- livecheck/strategy/git.rb
|
|
|
|
|
- livecheck/strategy/github_latest.rb
|
2023-05-16 14:22:10 -04:00
|
|
|
- livecheck/strategy/github_releases.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- livecheck/strategy/gnome.rb
|
|
|
|
|
- livecheck/strategy/gnu.rb
|
|
|
|
|
- livecheck/strategy/hackage.rb
|
|
|
|
|
- livecheck/strategy/json.rb
|
|
|
|
|
- livecheck/strategy/launchpad.rb
|
|
|
|
|
- livecheck/strategy/npm.rb
|
|
|
|
|
- livecheck/strategy/page_match.rb
|
|
|
|
|
- livecheck/strategy/pypi.rb
|
|
|
|
|
- livecheck/strategy/sourceforge.rb
|
|
|
|
|
- livecheck/strategy/sparkle.rb
|
2023-02-27 17:03:32 -05:00
|
|
|
- livecheck/strategy/xml.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- livecheck/strategy/xorg.rb
|
2023-03-02 15:19:00 -05:00
|
|
|
- livecheck/strategy/yaml.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- os.rb
|
|
|
|
|
- resource.rb
|
2025-03-21 10:11:58 +00:00
|
|
|
- startup/config.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
- utils/inreplace.rb
|
|
|
|
|
- utils/shebang.rb
|
|
|
|
|
- utils/string_inreplace_extension.rb
|
|
|
|
|
- version.rb
|
2024-04-22 21:22:22 +02:00
|
|
|
- tap.rb
|
2023-02-27 16:25:56 +00:00
|
|
|
|
2024-04-26 20:55:51 +02:00
|
|
|
Homebrew/NegateInclude:
|
|
|
|
|
Exclude:
|
|
|
|
|
# YARD runs stand-alone.
|
|
|
|
|
- yard/docstring_parser.rb
|
|
|
|
|
|
2023-03-01 00:02:22 +00:00
|
|
|
Style/DocumentationMethod:
|
|
|
|
|
Include:
|
|
|
|
|
- "formula.rb"
|