Skip to content

Commit

Permalink
Add disable all for swiftlint (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey1312 authored Jan 10, 2022
1 parent 9707018 commit e867c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/XcodeExport/header.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
let header = """
// swiftlint:disable all
//
// The code generated using FigmaExport — Command line utility to export
// colors, typography, icons and images from Figma to Xcode project.
Expand Down
1 change: 1 addition & 0 deletions Tests/XcodeExportTests/header.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
let header = """
// swiftlint:disable all
//
// The code generated using FigmaExport — Command line utility to export
// colors, typography, icons and images from Figma to Xcode project.
Expand Down

0 comments on commit e867c2e

Please sign in to comment.