-
Notifications
You must be signed in to change notification settings - Fork 3
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
Danger Xcode-Summary issue #11
Conversation
@@ -13,8 +13,12 @@ final public class QRPictureGenerator { | |||
|
|||
let context = CIContext() | |||
|
|||
private let dummy :Int = 123 |
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.
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.colon QRPictureGenerator.swift:16 |
Code coverageTotal coverage:
|
File | Coverage |
---|---|
QuickshaRe/Domain/QRPictureGenerator.swift | 100.00% |
Powered by Slather
Develop PR Check
Checklist | Result |
---|---|
Check PR From branch | ⭕ |
Check PR To branch | ⭕ |
CHANGELOG.md Modification Check | ❗ |
Merge Commit Check | ⭕ |
Volume of Modification Check | ⭕ |
Generated by 🚫 Danger
51d5b33
to
f1cd06e
Compare
@@ -13,8 +13,12 @@ final public class QRPictureGenerator { | |||
|
|||
let context = CIContext() | |||
|
|||
private let dummy :Int = 123 |
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.
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.
@@ -13,8 +13,12 @@ final public class QRPictureGenerator { | |||
|
|||
let context = CIContext() | |||
|
|||
private let dummy :Int = 123 |
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.
Colon at column 23 should have exactly one space after it
@@ -13,8 +13,12 @@ final public class QRPictureGenerator { | |||
|
|||
let context = CIContext() | |||
|
|||
private let dummy :Int = 123 |
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.
Colon at column 23 should have no spaces before it
Code Climate has analyzed commit e69b766 and detected 0 issues on this pull request. View more on Code Climate. |
danger-xcode_summary plugin's inline mode is not... quite inline. It can give us the info at which line in which file the warning/error comes from, but it can't leave a comment right on that line, which danger-swiftlint plugin is able to do in its inline mode.