mirror of
https://github.com/home-assistant/iOS.git
synced 2026-02-03 18:11:40 -06:00
Adds some new linters: YamlLint (YAML files) and RuboCop (Ruby files). Moves SwiftLint to our own runner. All three of these have built-in GitHub Actions output formats, so we don't need to do anything special to have them work. Applies YAML and Ruby cleanup. Adds some short-circuit logic for caching to speed up various Actions. Adds a flag to make Firebase optionally use xcframeworks for test builds so they don't need to compile them. We only need to build it for release builds since they lack the ARM Mac slices.
11 lines
123 B
YAML
11 lines
123 B
YAML
extends: default
|
|
|
|
rules:
|
|
document-start: disable
|
|
line-length:
|
|
max: 120
|
|
truthy: disable
|
|
ignore: |
|
|
vendor
|
|
Pods
|