Skip to content

Commit

Permalink
Merge pull request #6 from tadodotcom/upgrade-to-ktlint-0.45.2
Browse files Browse the repository at this point in the history
upgrade to ktlint 0.45.2
  • Loading branch information
deigote authored Jun 10, 2022
2 parents 77711cd + ea6407e commit 1fe84db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usage:
```
repos:
- repo: https://github.com/tadodotcom/ktlint-pre-commit
rev: "0.41.0-1"
rev: "0.45.2-1"
hooks:
- id: ktlint
```
Expand All @@ -17,7 +17,7 @@ the hook as follows:
```
repos:
- repo: https://github.com/tadodotcom/ktlint-pre-commit
rev: "0.41.0-1"
rev: "0.45.2-1"
hooks:
- id: ktlint
args: [-F]
Expand Down
2 changes: 1 addition & 1 deletion run-ktlint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eu
IFS=$'\n\t'

REPOSITORY="https://github.com/pinterest/ktlint"
VERSION=0.41.0
VERSION=0.45.2
CACHE=".cache"
KTLINT="${CACHE}/ktlint-${VERSION}"
SUCCESS_FILE="${CACHE}/download-finished-${VERSION}"
Expand Down

0 comments on commit 1fe84db

Please sign in to comment.