mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
e9fcf2b254
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> # Manual Merge Cleanup: # .actrc # .github/workflows/pr-checks.yml # .github/workflows/release.yml # Brewfile # script/test # script/version_bump # Conflicts: # .github/workflows/build-test.yml # .gitignore # .swiftlint.yml # Brewfile.lock.json # Package.resolved # Sources/mas/Package.swift # Tests/masTests/.swiftlint.yml # script/bootstrap # script/build # script/format # script/lint # script/uninstall # script/version
13 lines
190 B
YAML
13 lines
190 B
YAML
#
|
|
# .swiftlint.yml
|
|
# masTests
|
|
#
|
|
# https://github.com/realm/SwiftLint#configuration
|
|
#
|
|
|
|
---
|
|
disabled_rules:
|
|
- force_cast
|
|
- force_try
|
|
- implicitly_unwrapped_optional
|
|
- no_magic_numbers
|