🧹 Move Periphery configuration

This commit is contained in:
Chris Araman 2021-06-08 19:28:43 -07:00 committed by Chris Araman
parent 726b1868f2
commit b87a998f11
2 changed files with 3 additions and 1 deletions

2
.periphery.yml Normal file
View file

@ -0,0 +1,2 @@
retain_public: true
strict: true

View file

@ -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"