Skip to content

Commit

Permalink
feat: ktlint 0.44.0
Browse files Browse the repository at this point in the history
Fixed running on JDK 16+
  • Loading branch information
kirillgroshkov committed Feb 18, 2022
1 parent 8f78997 commit 2656e2f
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 1,018 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {},
"devDependencies": {
"@naturalcycles/dev-lib": "^12.14.2",
"@types/node": "^16.11.12",
"@types/node": "^17.0.18",
"got": "^11.0.0"
},
"main": "dist/index.js",
Expand Down
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +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: ~~0.43.2~~ `0.40.0`

Because `0.43.2` fails on Java 16+: https://github.com/pinterest/ktlint/issues/1195
Current ktlint version: `0.44.0`

# Quick start

Expand Down
Binary file modified resources/ktlint
Binary file not shown.
Loading

0 comments on commit 2656e2f

Please sign in to comment.