Skip to content

Commit

Permalink
feat: setup quary Formula
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Jan 17, 2024
1 parent e034d05 commit 76af662
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions quary.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class Quary < Formula
desc "Collaborative Business Intelligence.Your team's browser-based data workbench."

Check failure on line 2 in quary.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 2 in quary.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.quary.dev"

Check failure on line 3 in quary.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
url "https://github.com/quarylabs/quary-cli/releases/download/0.0.64/quary-0.0.64-quary-macos-x86_64-gnu.zip"

Check failure on line 4 in quary.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
sha256 "f1cae1e489e22c4e3e6f2bee5bf23ab535acd00075dd9d5dfae0986dbf0e47b2"

Check failure on line 5 in quary.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 6 in quary.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingWhitespace: Trailing whitespace detected.
def install

Check failure on line 7 in quary.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
bin.install "quary-0.0.64"
end
end

Check failure on line 10 in quary.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/EndAlignment: `end` at 10, 2 is not aligned with `class Quary < Formula` at 1, 0.

Check failure on line 11 in quary.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingWhitespace: Trailing whitespace detected.

0 comments on commit 76af662

Please sign in to comment.