metal-metaballs/.tailor.yml
2016-02-20 18:45:23 -05:00

15 lines
357 B
YAML

# Tailor will check for violations to all rules except for the following ones
except:
- constant-k-prefix
- function-whitespace
- leading-whitespace
# include:
# - Source # Inspect all Swift files under "Source/"
exclude:
- Pods # Ignore Swift files under "Pods/"
- PixelImage/SwiftSugar/SwiftSequences