From ba0725b18b7cdd92d544dc9f68a5e5b302e06cb8 Mon Sep 17 00:00:00 2001 From: Oleg Dreyman Date: Mon, 28 Mar 2016 18:26:42 +0300 Subject: [PATCH] Codebeatignore add --- .codebeatignore | 1 + Sources/Convertible.swift | 2 +- Sources/Mappable.swift | 2 +- Sources/Mapper.swift | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .codebeatignore diff --git a/.codebeatignore b/.codebeatignore new file mode 100644 index 0000000..fbb925e --- /dev/null +++ b/.codebeatignore @@ -0,0 +1 @@ +Resources/ \ No newline at end of file diff --git a/Sources/Convertible.swift b/Sources/Convertible.swift index dcfcdc1..745c592 100644 --- a/Sources/Convertible.swift +++ b/Sources/Convertible.swift @@ -6,7 +6,7 @@ // Copyright © 2016 Oleg Dreyman. All rights reserved. // -import InterchangeData +// import InterchangeData public protocol Convertible { associatedtype ConvertedTo = Self diff --git a/Sources/Mappable.swift b/Sources/Mappable.swift index ce654ab..0353386 100644 --- a/Sources/Mappable.swift +++ b/Sources/Mappable.swift @@ -6,7 +6,7 @@ // Copyright © 2016 Oleg Dreyman. All rights reserved. // -import InterchangeData +// import InterchangeData public protocol Mappable { diff --git a/Sources/Mapper.swift b/Sources/Mapper.swift index fe3995b..3bdf8ae 100644 --- a/Sources/Mapper.swift +++ b/Sources/Mapper.swift @@ -6,7 +6,7 @@ // Copyright © 2016 Oleg Dreyman. All rights reserved. // -import InterchangeData +// import InterchangeData // MARK: - Main public final class Mapper {