Skip to content

Instantly share code, notes, and snippets.

View virasio's full-sized avatar

Victor Surikov virasio

  • EPAM
  • Türkiye
  • 11:39 (UTC +03:00)
View GitHub Profile
@teameh
teameh / swiftlint.sh
Last active June 28, 2025 09:56
Swiftlint pre-commit script
#!/bin/bash
set -e
if [ "$CI" == true ]; then
echo "CI == true, skipping this script"
exit 0
fi
SWIFT_LINT=./Pods/SwiftLint/swiftlint