We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289a880 commit f280974Copy full SHA for f280974
1 file changed
SwiftLint/copy-and-run-swiftlint-config.sh
@@ -246,8 +246,8 @@ if [ $isFramework = true ]; then
246
fi
247
248
if [ -e $unitTestDir ]; then
249
- # Deals with swiftlint for unit tests
250
if [ -f "$unitTestDir/.project-swiftlint.yml" ]; then
+ # Deals with .project-swiftlint.yml for unit tests
251
rm "$unitTestDir/.swiftlint.yml"
252
merge_swiftlint_configuration "$unitTestDir/.project-swiftlint.yml" "swiftlint+frameworksUnitTest.yml" "--write-to-file" "$unitTestDir/.swiftlint.yml"
253
else
0 commit comments