From ec3d5c9386b9f3b9a3f1be759bb275c3b6bfbced Mon Sep 17 00:00:00 2001 From: masakih Date: Sun, 12 Mar 2017 21:49:54 +0900 Subject: [PATCH] =?utf8?q?swiftlint=20'trailing=5Fsemicolon'=20=E3=81=AE?= =?utf8?q?=E8=AD=A6=E5=91=8A=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .swiftlint.yml | 1 - KCD/CoreDataCore.swift | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 4398f2ff..df01bad2 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -20,7 +20,6 @@ disabled_rules: - return_arrow_whitespace - statement_position - todo - - trailing_semicolon - trailing_whitespace diff --git a/KCD/CoreDataCore.swift b/KCD/CoreDataCore.swift index 90b62d1f..b594d888 100644 --- a/KCD/CoreDataCore.swift +++ b/KCD/CoreDataCore.swift @@ -102,7 +102,7 @@ private class CoreDataRemover { try FileManager.default.removeItem(at: url) } catch { - print("Could not remove file for URL (\(url))"); + print("Could not remove file for URL (\(url))") } } } -- 2.11.0