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

Feature/implement parsing #22

Closed
wants to merge 4 commits into from
Closed

Conversation

DavidBrunow
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Apr 15, 2024

Fails
🚫 No formatted commit.

Generated by 🚫 Danger Swift against 79d1a71

.library(
name: "SwiftConventionalCommitParser",
targets: ["SwiftConventionalCommitParser"]
),

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",

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"
),

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"),

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",

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]),

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,

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,

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,

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,

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)

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.

1 participant