Skip to content

Commit

Permalink
ci: enable HoundCI to execute swiftlint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Aug 10, 2020
1 parent 4912c47 commit fd164e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .hound.yml
@@ -0,0 +1,2 @@
swiftlint:
config_file: .swiftlint.yml
2 changes: 1 addition & 1 deletion Sources/FioriSwiftUI/FioriSwiftUI.swift
@@ -1,3 +1,3 @@
struct FioriSwiftUI {
var text = "Hello, World!"
var text = "Hello, World! :)"
}

0 comments on commit fd164e4

Please sign in to comment.