Skip to content

Commit

Permalink
vale
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Apr 30, 2024
1 parent abb7f89 commit 90bbe19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/formula_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ def install
ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5"
ENV.prepend_path "PERL5LIB", libexec/"lib"
# Stage additional dependency (Makefile.PL style)
# Stage additional dependency (`Makefile.PL` style).
# resource("").stage do
# system "perl", "Makefile.PL", "INSTALL_BASE=\#{libexec}"
# system "make"
# system "make", "install"
# end
# Stage additional dependency (Build.PL style)
# Stage additional dependency (`Build.PL` style).
# resource("").stage do
# system "perl", "Build.PL", "--install_base", libexec
# system "./Build"
Expand Down
2 changes: 1 addition & 1 deletion docs/vale-styles/Homebrew/Terms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ swap:
'(?<!How to Open a Homebrew )Pull Request': pull request
Rubocop: RuboCop
'(?<!^\{.*)MacOS': macOS # FIXME: https://github.com/errata-ai/vale/issues/818
ruby: Ruby
'(?<!^\{.*)ruby': Ruby # FIXME: https://github.com/errata-ai/vale/issues/818

0 comments on commit 90bbe19

Please sign in to comment.