Skip to content

Commit

Permalink
feat: ktlint 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Dec 19, 2023
1 parent 898693d commit c388328
Show file tree
Hide file tree
Showing 4 changed files with 733 additions and 669 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)

Current ktlint version: `1.0.0`
Current ktlint version: `1.1.0`

# Quick start

Expand Down
Binary file modified resources/ktlint
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void (async () => {
// https://github.com/pinterest/ktlint/issues/1195
// Hence, reverting to 0.40.0
// const ktlintVersion = '0.43.2'
const ktlintVersion = '1.0.0'
const ktlintVersion = '1.1.0'
console.log(`downloading ktlint ${ktlintVersion} from github, may take some time...`)

const url = `https://github.com/pinterest/ktlint/releases/download/${ktlintVersion}/ktlint`
Expand Down
Loading

0 comments on commit c388328

Please sign in to comment.