-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/implement parsing #22
Conversation
Generated by 🚫 Danger Swift against 79d1a71 |
.library( | ||
name: "SwiftConventionalCommitParser", | ||
targets: ["SwiftConventionalCommitParser"] | ||
), |
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.
⚠️ Collection literals should not have trailing commas (trailing_comma
)
], | ||
dependencies: [ | ||
.package( | ||
url: "https://github.com/apple/swift-argument-parser.git", |
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.
⚠️ Lines should not have trailing whitespace (trailing_whitespace
)
.package( | ||
url: "https://github.com/pointfreeco/swift-dependencies.git", | ||
from: "1.0.0" | ||
), |
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.
⚠️ Collection literals should not have trailing commas (trailing_comma
)
dependencies: [ | ||
"Model", | ||
.product(name: "Dependencies", package: "swift-dependencies"), | ||
.product(name: "DependenciesMacros", package: "swift-dependencies"), |
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.
⚠️ Collection literals should not have trailing commas (trailing_comma
)
name: "SwiftConventionalCommitParser", | ||
dependencies: [ | ||
"GitClient", | ||
"Model", |
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.
⚠️ Collection literals should not have trailing commas (trailing_comma
)
XCTAssertTrue(jsonObject != nil) | ||
XCTAssertEqual( | ||
String( | ||
data: try! JSONSerialization.data(withJSONObject: jsonObject as Any, options: [.prettyPrinted]), |
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.
- 🚫 Force tries should be avoided (
force_try
)
.mockAwesomeBugfixBreakingChange, | ||
.mockAwesomeChore, | ||
.mockAwesomeFeature, | ||
.mockAwesomeHotfix, |
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.
⚠️ Collection literals should not have trailing commas (trailing_comma
)
[ | ||
.mockAwesomeChore, | ||
.mockAwesomeFeature, | ||
.mockAwesomeHotfix, |
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.
⚠️ Collection literals should not have trailing commas (trailing_comma
)
[ | ||
.mockAwesomeChore, | ||
.mockAwesomeBugfix, | ||
.mockAwesomeHotfix, |
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.
⚠️ Collection literals should not have trailing commas (trailing_comma
)
[ | ||
.mockAwesomeChore, | ||
.mockAwesomeHotfix, | ||
.mockAwesomeHotfix, |
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.
⚠️ Collection literals should not have trailing commas (trailing_comma
)
No description provided.