From 3eeba9ceee7e2b012f118c8d5eecae48e4a8e6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=A1=D0=BC=D0=BE=D0=BB=D0=B8?= =?UTF-8?q?=D0=BD?= Date: Mon, 1 Feb 2016 16:14:33 +0300 Subject: [PATCH] bring analysis back --- LeadKit/.swiftlint.yml | 7 +++++++ LeadKit/.tailor.yml | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 LeadKit/.swiftlint.yml create mode 100644 LeadKit/.tailor.yml diff --git a/LeadKit/.swiftlint.yml b/LeadKit/.swiftlint.yml new file mode 100644 index 00000000..8b98be46 --- /dev/null +++ b/LeadKit/.swiftlint.yml @@ -0,0 +1,7 @@ +disabled_rules: + - force_cast + - trailing_whitespace +excluded: + - Carthage + - Pods +line_length: 128 \ No newline at end of file diff --git a/LeadKit/.tailor.yml b/LeadKit/.tailor.yml new file mode 100644 index 00000000..a4606163 --- /dev/null +++ b/LeadKit/.tailor.yml @@ -0,0 +1,3 @@ +exclude: + - 'Pods' + - 'Carthage' \ No newline at end of file