Skip to content

Commit

Permalink
Codebeatignore add
Browse files Browse the repository at this point in the history
  • Loading branch information
dreymonde committed Mar 28, 2016
1 parent 7bc6f5b commit ba0725b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .codebeatignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Resources/
2 changes: 1 addition & 1 deletion Sources/Convertible.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 Oleg Dreyman. All rights reserved.
//

import InterchangeData
// import InterchangeData

public protocol Convertible {
associatedtype ConvertedTo = Self
Expand Down
2 changes: 1 addition & 1 deletion Sources/Mappable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 Oleg Dreyman. All rights reserved.
//

import InterchangeData
// import InterchangeData

public protocol Mappable {

Expand Down
2 changes: 1 addition & 1 deletion Sources/Mapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 Oleg Dreyman. All rights reserved.
//

import InterchangeData
// import InterchangeData

// MARK: - Main
public final class Mapper {
Expand Down

0 comments on commit ba0725b

Please sign in to comment.