0

Is it a good practice to copy the SwiftLint executable to the project folder (under /support or something) and push it to git repo?

Reason for this is that developers don't have to manually download and install SwiftLint in all computers and every developer will consistently use the same version of the executable.

Are there are drawbacks of doing this?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
flopr
  • 450
  • 4
  • 23

1 Answers1

1

Answering my self:

As mentioned in the SwiftLint git readme file, Installing it via Cocoapods is the recommended way.

flopr
  • 450
  • 4
  • 23