Skip to content

Commit

Permalink
Update Dangerfile.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-londar committed Nov 15, 2024
1 parent 01694c9 commit d4764df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if danger.git.createdFiles.count + danger.git.modifiedFiles.count - danger.git.d
warn("Big PR, try to keep changes smaller if you can")
}

SwiftLint.lint(all(directory: "CrowdinSDK"), configFile: "CrowdinSDK/Classes/.swiftlint.yml")
SwiftLint.lint(.all(directory: "CrowdinSDK"), configFile: "CrowdinSDK/Classes/.swiftlint.yml")

0 comments on commit d4764df

Please sign in to comment.