Skip to content

Instantly share code, notes, and snippets.

@Morbix
Created October 19, 2016 22:10
Show Gist options
  • Save Morbix/732e9b92a454997517222ccd588bcfc1 to your computer and use it in GitHub Desktop.
Save Morbix/732e9b92a454997517222ccd588bcfc1 to your computer and use it in GitHub Desktop.
swift lint yml example
disabled_rules:
- trailing_whitespace
excluded: # paths to ignore during linting. Takes precedence over `included`.
- Carthage
- Pods
- R.generated.swift
line_length:
- 170
- 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment