iOS/.yamllint.yml
Zac West c77d4464c2
Github Actions cleanup and linting additions (#1461)
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.
2021-02-04 23:27:26 -08:00

11 lines
123 B
YAML

extends: default
rules:
document-start: disable
line-length:
max: 120
truthy: disable
ignore: |
vendor
Pods