mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🧹 Move Periphery configuration
This commit is contained in:
parent
726b1868f2
commit
b87a998f11
2 changed files with 3 additions and 1 deletions
2
.periphery.yml
Normal file
2
.periphery.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
retain_public: true
|
||||
strict: true
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue