-
Notifications
You must be signed in to change notification settings - Fork 113
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
Run Danger with GitHub Actions #163
Conversation
Codecov Report
@@ Coverage Diff @@
## master #163 +/- ##
==========================================
- Coverage 72.93% 72.52% -0.41%
==========================================
Files 43 43
Lines 2457 2264 -193
==========================================
- Hits 1792 1642 -150
+ Misses 665 622 -43
Continue to review full report at Codecov.
|
Use XMLEncoder.NonConformingFloatEncodingStrategy.convertToString \ | ||
to specify how the value should be encoded. | ||
""" | ||
let debugDescription = "Unable to encode \(valueDescription) directly in XML. Use XMLEncoder.NonConformingFloatEncodingStrategy.convertToString to specify how the value should be encoded." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line Length Violation: Line should be 150 characters or less: currently 196 characters (line_length)
Generated by 🚫 Danger Swift against e4ac62c |
* Run Danger with GitHub Actions * Add Dangerfile.swift, GitHub token to main.yml * Add newline to Dangerfile.swift * Set latest version of Danger in main.yml * Attempt to use forked danger-swift with Swiftlint * Test inline linter warnings * Revert "Test inline linter warnings" This reverts commit 7f863be. * Avoid installing and running SwiftLint on Azure * Fix formatter issues
No description provided.