Skip to content

Commit

Permalink
Enable dev depdendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Oct 15, 2024
1 parent e43a196 commit 87c4268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
// Version number can be found in Source/Danger/Danger.swift

// switch to false when release
let isDevelop = false
let isDevelop = true

let swiftLint: Package.Dependency = {
#if compiler(>=5.9)
Expand Down

0 comments on commit 87c4268

Please sign in to comment.