11class LsLint < Formula
22 desc "Extremely fast file and directory name linter"
33 homepage "https://ls-lint.org/"
4- url "https://github.com/loeffel-io/ls-lint/archive/refs/tags/v2.2.3 .tar.gz"
5- sha256 "10a6f03747b0f9c38538a8c54f8ee7e4539dbadae687519e7f5f8a140f55f34e "
4+ url "https://github.com/loeffel-io/ls-lint/archive/refs/tags/v2.3.0 .tar.gz"
5+ sha256 "b68b924ee8a8bea41a8508824555455a001af48df3f1f60d7f4fc55b2abe7188 "
66 license "MIT"
77 head "https://github.com/loeffel-io/ls-lint.git", branch: "master"
88
99 bottle do
10- sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee9b23029c3f7b1f97c91df92585dc3fbb99d0a8f6d8dbde7899ec868e65d310"
11- sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fac9b7885df446f7fcda2415ea0d4839d9792f7ff18a1905b9184bc30552815"
12- sha256 cellar: :any_skip_relocation, arm64_ventura: "8fac9b7885df446f7fcda2415ea0d4839d9792f7ff18a1905b9184bc30552815"
13- sha256 cellar: :any_skip_relocation, arm64_monterey: "8fac9b7885df446f7fcda2415ea0d4839d9792f7ff18a1905b9184bc30552815"
14- sha256 cellar: :any_skip_relocation, sonoma: "39d342e5e3693a26bf268d5c552a76ec32a63fa13c7ff4f8aeaa2f999beb3cad"
15- sha256 cellar: :any_skip_relocation, ventura: "39d342e5e3693a26bf268d5c552a76ec32a63fa13c7ff4f8aeaa2f999beb3cad"
16- sha256 cellar: :any_skip_relocation, monterey: "39d342e5e3693a26bf268d5c552a76ec32a63fa13c7ff4f8aeaa2f999beb3cad"
17- sha256 cellar: :any_skip_relocation, x86_64_linux: "7bf25330c45872e958d5b59bdcaf1b637bd65a6bfe68708c40895c00cb0a64dd"
10+ sha256 cellar: :any_skip_relocation, arm64_sequoia: "5755722b1e46c3e058c2a42dca4e79a4602fcaeb69be97bb8c0b01193b23b9f8"
11+ sha256 cellar: :any_skip_relocation, arm64_sonoma: "5755722b1e46c3e058c2a42dca4e79a4602fcaeb69be97bb8c0b01193b23b9f8"
12+ sha256 cellar: :any_skip_relocation, arm64_ventura: "5755722b1e46c3e058c2a42dca4e79a4602fcaeb69be97bb8c0b01193b23b9f8"
13+ sha256 cellar: :any_skip_relocation, sonoma: "7dbbc2b20c13dee5e1d75420bfb443086d049fccd84651fd79ceb3a4092a3c19"
14+ sha256 cellar: :any_skip_relocation, ventura: "7dbbc2b20c13dee5e1d75420bfb443086d049fccd84651fd79ceb3a4092a3c19"
15+ sha256 cellar: :any_skip_relocation, x86_64_linux: "56648b3a5981cbd825079b534e4a3764eb2606bf251394a7926bc7f4f22b4f3f"
1816 end
1917
2018 depends_on "go" => :build
@@ -29,7 +27,7 @@ def install
2927 touch testpath/"Library/test.py"
3028
3129 output = shell_output("#{bin}/ls-lint -config #{pkgshare}/.ls-lint.yml -workdir #{testpath} 2>&1", 1)
32- assert_match "Library failed for rules: snakecase", output
30+ assert_match "Library failed for `.dir` rules: snakecase", output
3331
3432 assert_match version.to_s, shell_output("#{bin}/ls-lint -version")
3533 end
0 commit comments