Skip to content

Commit 6592df5

Browse files
committed
add swiftlint config
1 parent 63a9846 commit 6592df5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.swiftlint.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
identifier_name:
3+
allowed_symbols: ['_']
4+
5+
excluded:
6+
- .build
7+
- .git
8+
- .swiftpm

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ let package = Package(
1616
name: "CodeEditCLI",
1717
dependencies: [
1818
.product(name: "ArgumentParser", package: "swift-argument-parser")
19-
]),
19+
])
2020
]
2121
)

0 commit comments

Comments
 (0)