Skip to content

Commit

Permalink
disable linting for model generated file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobitech committed Aug 19, 2024
1 parent 39ec595 commit 91319fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ML/ImageClassifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,3 @@ class ModelImageClassifier {
return ImageQualityResult(passed: passed, confidence: confidence)
}
}

1 change: 1 addition & 0 deletions ML/SelfieQualityDetector.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// swiftlint:disable all
//
// SelfieQualityDetector.swift
//
Expand Down

0 comments on commit 91319fc

Please sign in to comment.