From ca37784c577145c16039a8b6f48b721ee94a0c54 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 18 Jan 2021 16:36:18 +0300 Subject: [PATCH] add doc to swiftlint about input files --- xcode/build_phases/swiftlint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xcode/build_phases/swiftlint.sh b/xcode/build_phases/swiftlint.sh index d148924..5052f54 100755 --- a/xcode/build_phases/swiftlint.sh +++ b/xcode/build_phases/swiftlint.sh @@ -15,6 +15,8 @@ # Optional environment variables: # SWIFTLINT_EXECUTABLE - path to swiftlint executable. # SWIFTLINT_CONFIG_PATH - path to swiftlint config. +# SCRIPT_INPUT_FILE_COUNT - number of files listed in "Input files" of build phase. +# SCRIPT_INPUT_FILE_{N} - file path to directory that should be checked. # # Example of usage: # swiftlint.sh