mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-08 21:09:23 +08:00
chore: Updated lint config using ignorePatterns.
This commit is contained in:
@@ -114,10 +114,10 @@
|
||||
"mac:restart": "bash scripts/restart-mac.sh",
|
||||
"mac:package": "bash scripts/package-mac-app.sh",
|
||||
"mac:open": "open dist/OpenClaw.app",
|
||||
"lint": "oxlint --type-aware src test",
|
||||
"lint": "oxlint --type-aware",
|
||||
"lint:swift": "swiftlint lint --config .swiftlint.yml && (cd apps/ios && swiftlint lint --config .swiftlint.yml)",
|
||||
"lint:all": "pnpm lint && pnpm lint:swift",
|
||||
"lint:fix": "pnpm format:fix && oxlint --type-aware --fix src test",
|
||||
"lint:fix": "pnpm format:fix && oxlint --type-aware --fix",
|
||||
"format": "oxfmt --check",
|
||||
"format:swift": "swiftformat --lint --config .swiftformat apps/macos/Sources apps/ios/Sources apps/shared/OpenClawKit/Sources",
|
||||
"format:all": "pnpm format && pnpm format:swift",
|
||||
|
||||
Reference in New Issue
Block a user