mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
466ea67194
Allow them to be run from any directory. Call version from lint & test to create Package.swift with version info. Fail when accessing unset variables. Improve variable names. Fix lint issues. Improve lint & format scripts. Don't require user input to continue linting. Much cleaner lint output. Reorder lint output. Get swift-format from Brewfile instead of from Package.swift: - Speeds up linting. - Properly models dependency (not a code dependency). - swift-format depends on an old version of swift-argument-parser. Will refactor to use SAP soon. Include some improvements from 1.8.7 PR. Other scripts need improvement, too. Resolve #545 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
11 lines
207 B
Ruby
11 lines
207 B
Ruby
brew "markdownlint-cli"
|
|
brew "shellcheck"
|
|
brew "shfmt"
|
|
brew "swift-format"
|
|
brew "swiftformat"
|
|
|
|
# Already installed on GitHub Actions runner.
|
|
# brew "swiftlint"
|
|
|
|
tap "peripheryapp/periphery"
|
|
cask "periphery"
|