Skip to content

Commit e867c2e

Browse files
authored
Add disable all for swiftlint (#137)
1 parent 9707018 commit e867c2e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/XcodeExport/header.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
let header = """
2+
// swiftlint:disable all
23
//
34
// The code generated using FigmaExport — Command line utility to export
45
// colors, typography, icons and images from Figma to Xcode project.

Tests/XcodeExportTests/header.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
let header = """
2+
// swiftlint:disable all
23
//
34
// The code generated using FigmaExport — Command line utility to export
45
// colors, typography, icons and images from Figma to Xcode project.

0 commit comments

Comments
 (0)