Skip to content

Commit

Permalink
Update stylua to v0.20.0 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliefoxtwo authored Mar 4, 2024
1 parent 9d539ac commit ffd4b03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.17.0 # pin to a specific version in case of formatting changes
version: 0.20.0 # pin to a specific version in case of formatting changes
# CLI arguments
args: --check .
2 changes: 0 additions & 2 deletions .styluaignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# opt-out archived code
/Scripts/DCS-BIOS/lib/archive
# opt-out external library code
/Scripts/DCS-BIOS/lib/ext
# opt-out copy-pasted test library code
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"[lua]": {
"editor.defaultFormatter": "JohnnyMorganz.stylua"
},
"stylua.targetReleaseVersion": "v0.17.0",
"stylua.targetReleaseVersion": "v0.20.0",
"Lua.runtime.version": "Lua 5.1",
"Lua.workspace.library": [
"DCS_API_defs.lua"
Expand Down

0 comments on commit ffd4b03

Please sign in to comment.