We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae13031 commit 180f3e6Copy full SHA for 180f3e6
Formula/k/ktlint.rb
@@ -1,8 +1,8 @@
1
class Ktlint < Formula
2
desc "Anti-bikeshedding Kotlin linter with built-in formatter"
3
homepage "https://ktlint.github.io/"
4
- url "https://github.com/pinterest/ktlint/releases/download/1.6.0/ktlint-1.6.0.zip"
5
- sha256 "3d7b44230df2a71c17667b59a0d17e2e3658135f29dcfa3e72b6ed5c4d29b34d"
+ url "https://github.com/pinterest/ktlint/releases/download/1.7.0/ktlint-1.7.0.zip"
+ sha256 "5ad9e7de901163c9acd990dd694fcde8dd3b7271aeeac89468bac8267726f10d"
6
license "MIT"
7
8
no_autobump! because: :requires_manual_review
0 commit comments