diff --git a/Makefile b/Makefile index 33adea7ed..4254c0947 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ spm_build_plugins: swift build -c release --product SwiftLintBuildToolPlugin spm_test: - swift test --parallel -Xswiftc -DDISABLE_FOCUSED_EXAMPLES + swift test --parallel --explicit-target-dependency-import-check warn -Xswiftc -DDISABLE_FOCUSED_EXAMPLES write_xcodebuild_log: xcodebuild -scheme swiftlint clean build-for-testing -destination "platform=macOS" > xcodebuild.log