From b87a998f111db43d694ff043d312eb2b6a92bb17 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Tue, 8 Jun 2021 19:28:43 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Move=20Periphery=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .periphery.yml | 2 ++ script/lint | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .periphery.yml diff --git a/.periphery.yml b/.periphery.yml new file mode 100644 index 0000000..bc809cc --- /dev/null +++ b/.periphery.yml @@ -0,0 +1,2 @@ +retain_public: true +strict: true diff --git a/script/lint b/script/lint index 5744796..e3c3668 100755 --- a/script/lint +++ b/script/lint @@ -33,7 +33,7 @@ for SOURCE in Package.swift Sources Tests; do swift run swift-format lint --recursive ${SOURCE} swiftlint lint --strict ${SOURCE} done -periphery scan --retain-public --strict +periphery scan echo echo "--> 📜 Bash"