From ec3d9d859a23ecba65b3e02f9b402d36dba54274 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Fri, 11 Jan 2019 17:25:55 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20swiftlint=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .swiftlint.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .swiftlint.yml diff --git a/.swiftlint.yml b/.swiftlint.yml new file mode 100644 index 0000000..80676c7 --- /dev/null +++ b/.swiftlint.yml @@ -0,0 +1,11 @@ +# +# .swiftlint.yml +# mas +# +# https://github.com/realm/SwiftLint#configuration +# +--- +excluded: + - Carthage/ + - docs/ + - MasKitTests/