Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: enable HoundCI to execute swiftlint checks #105

Merged
merged 2 commits into from Aug 10, 2020

Conversation

MarcoEidinger
Copy link
Member

No description provided.

@@ -1,3 +1,4 @@
struct FioriSwiftUI {
var text = "Hello, World!"
var optText: String? = "Hello World"
var text = optText as! String
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Force Cast Violation: Force casts should be avoided. (force_cast)

@MarcoEidinger MarcoEidinger removed the Do not merge yet Do not merge yet label Aug 10, 2020
@MarcoEidinger MarcoEidinger merged commit 6bf531d into SAP:main Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant