Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Apr 11, 2024
1 parent 0f04ff6 commit 1f1bd94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/parra-cli.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = "0.1.12"
ARM_SHA = "f1efc8f7f473890abcf41b9f71a652831195eece164211221ba874d4cd452614"
X86_SHA = "12b59dc8109e347d174418f005243ee4b7ab14106b56462d266ebd8545442d56"
VERSION = "0.1.13"

Check failure on line 1 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
ARM_SHA = "61f169c9c3fccacd78a02f9d790a8c64b039180c9705a0082ed1230f04ea1807"

Check failure on line 2 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
X86_SHA = "8877b580fb09635c86d0e531259182e3a1de075d4aa24b88c679d0f63755c8c8"

Check failure on line 3 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.

class ParraCli < Formula
desc "A utility for getting started with your next Parra.io project."

Check failure on line 6 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Desc: Description shouldn't start with an article.

Check failure on line 6 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Desc: Description shouldn't end with a full stop.
Expand Down

0 comments on commit 1f1bd94

Please sign in to comment.