[Lint] Disable cyclomatic_complexity warnings in RepositorySpec

This commit is contained in:
Matt Rubin 2019-04-12 12:05:58 -04:00
parent 0a1a5d4174
commit 45be21756c

View File

@ -11,6 +11,8 @@ import SwiftGit2
import Nimble
import Quick
// swiftlint:disable cyclomatic_complexity
class RepositorySpec: QuickSpec {
override func spec() {
describe("Repository.Type.at(_:)") {