mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
[Lint] Disable cyclomatic_complexity warnings in RepositorySpec
This commit is contained in:
parent
0a1a5d4174
commit
45be21756c
@ -11,6 +11,8 @@ import SwiftGit2
|
||||
import Nimble
|
||||
import Quick
|
||||
|
||||
// swiftlint:disable cyclomatic_complexity
|
||||
|
||||
class RepositorySpec: QuickSpec {
|
||||
override func spec() {
|
||||
describe("Repository.Type.at(_:)") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user