Skip to content

Commit

Permalink
Update atoss-cli formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed May 24, 2024
1 parent 62dc93b commit 5ce8a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/atoss-cli.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class AtossCli < Formula
desc 'Command line utility for interacting with ATOSS time sheets.'

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Desc: Description should use "Command-line" instead of "Command line".

Check failure on line 2 in Formula/atoss-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.
homepage 'https://www.platogo.com'

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
url 'https://github.com/platogo/atoss-cli/archive/refs/tags/0.3.8-SNAPSHOT.tar.gz'
sha256 'cfc9d1b8583ca211502b936789386f5f324b76cd0c9ce6c19b47ee1b48c02c20'
version '0.3.8'
url 'https://github.com/platogo/atoss-cli/archive/refs/tags/0.3.9-SNAPSHOT.tar.gz'

Check failure on line 4 in Formula/atoss-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
sha256 '6952b43e9543ec83f848ef1deb13a9d00c85d85296a06a85a308565e28ad5f74'

Check failure on line 5 in Formula/atoss-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
version '0.3.9'

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `version` (line 6) should be put before `sha256` (line 5)

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
license 'EPL-2.0'

Check failure on line 7 in Formula/atoss-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
head 'https://github.com/platogo/atoss-cli', branch: 'master'

Check failure on line 8 in Formula/atoss-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Expand Down

0 comments on commit 5ce8a4e

Please sign in to comment.