Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare Release v1.0.1: Remove Swifttlint
  • Loading branch information
Lutzifer committed Jan 22, 2024
commit b98f278625dd82817de4b4fde90435a9ec2888b9
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.swiftpm
/Package.resolved
/.build
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/num42/swift-macrotester.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/realm/SwiftLint",from: "0.54.0")
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -45,7 +44,7 @@ let package = Package(
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
.product(name: "MacroTester", package: "swift-macrotester")
],
plugins: [.plugin(name: "SwiftLintPlugin", package: "SwiftLint")]
resources: [.copy("Resources")]
)
]
)