Skip to content

Commit 0f1b271

Browse files
Wei SunWei Sun
authored andcommitted
[TEST] Disable line_length for JSON fixture
1 parent 4022e47 commit 0f1b271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/DangerSwiftCommitLintTests/CommitChecker/Fixtures/CommitMessageJSON.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// swiftlint:disable line_length
12
let commitMessageJSON = """
23
{
34
"sha": "93ae30cf2aee4241c442fb3242543490998cffdb",
@@ -76,3 +77,4 @@ let commitMessageJSON = """
7677
]
7778
}
7879
"""
80+
// swiftlint:enable line_length

0 commit comments

Comments
 (0)