Skip to content

Commit 34d3c42

Browse files
committed
Add strict mode for SwiftLint usage in documentation
1 parent 71b2a33 commit 34d3c42

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Agents.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ xcodebuild build -scheme MusadoraKit -destination 'platform=visionOS Simulator,n
9393
```bash
9494
# Project uses SwiftLint with extensive opt-in rules
9595
swiftlint lint
96+
97+
# Run SwiftLint with strict mode after every feature implementation
98+
swiftlint lint --strict
9699
```
97100

98101
### Documentation

0 commit comments

Comments
 (0)