File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11[tools ]
22swiftlint = " 0.63.2"
33periphery = " 3.7.2"
4+ # Community asdf plugin — builds swift-format from source (no official binary releases)
5+ # Plugin repo: https://github.com/eelcokoelewijn/asdf-swift-format
46"asdf:eelcokoelewijn/asdf-swift-format" = " 602.0.0"
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ Sources/SyntaxKit/
8282- ** SwiftDocC Plugin** (1.4.0+) - Documentation generation
8383
8484### Quality Tools
85- - ** SwiftFormat** (600 .0.0) - Code formatting
86- - ** SwiftLint** (0.58 .2) - Static analysis (90+ opt-in rules)
87- - ** Periphery** (3.0.1 ) - Unused code detection
85+ - ** SwiftFormat** (602 .0.0) - Code formatting
86+ - ** SwiftLint** (0.63 .2) - Static analysis (90+ opt-in rules)
87+ - ** Periphery** (3.7.2 ) - Unused code detection
8888
8989## Project Structure
9090
Original file line number Diff line number Diff line change 3939 STRINGSLINT_OPTIONS=" --config .stringslint.yml"
4040fi
4141
42- pushd $PACKAGE_DIR
42+ pushd " $PACKAGE_DIR "
4343if [ -z " $CI " ]; then
4444 mise install
4545fi
46- eval " $( mise env) "
46+ if command -v mise & > /dev/null; then
47+ eval " $( mise env) "
48+ fi
4749
4850if [ -z " $CI " ]; then
4951 run_command swift-format format $SWIFTFORMAT_OPTIONS --recursive --parallel --in-place Sources Tests
You can’t perform that action at this time.
0 commit comments