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

Add commit lint implementation #4

Merged
merged 4 commits into from
Sep 8, 2021
Merged

Conversation

weisunOW
Copy link
Collaborator

@weisunOW weisunOW commented Sep 7, 2021

No description provided.

Wei Sun added 2 commits September 8, 2021 01:47
@weisunOW weisunOW self-assigned this Sep 7, 2021
@AppDifferentiaDangerSwiftBot
Copy link

AppDifferentiaDangerSwiftBot commented Sep 7, 2021

File Coverage
Sources/DangerSwiftCommitLint/CommitChecker/BodyEmptyLine.swift 100.0%
Sources/DangerSwiftCommitLint/CommitChecker/CommitLint.swift 100.0%
Sources/DangerSwiftCommitLint/CommitChecker/GitCommitMessage.swift 91.666664%
Sources/DangerSwiftCommitLint/CommitChecker/SubjectCapitalLetter.swift 100.0%
Sources/DangerSwiftCommitLint/CommitChecker/SubjectLength.swift 100.0%
Sources/DangerSwiftCommitLint/CommitChecker/SubjectPeriod.swift 100.0%
Sources/DangerSwiftCommitLint/CommitChecker/SubjectWord.swift 100.0%
Sources/DangerSwiftCommitLint/Configuration.swift 100.0%
Sources/DangerSwiftCommitLint/DangerSwiftCommitLint.swift 100.0%
Tests/DangerSwiftCommitLintTests/CommitChecker/BodyEmptyLineCheckTests.swift 100.0%
Tests/DangerSwiftCommitLintTests/CommitChecker/CommitMessageTests.swift 100.0%
Tests/DangerSwiftCommitLintTests/CommitChecker/Fixtures/CommitJSONParser.swift 100.0%
Tests/DangerSwiftCommitLintTests/CommitChecker/SubjectCapCheckTests.swift 100.0%
Tests/DangerSwiftCommitLintTests/CommitChecker/SubjectLengthCheckTests.swift 100.0%
Tests/DangerSwiftCommitLintTests/CommitChecker/SubjectPeriodCheckTests.swift 100.0%
Tests/DangerSwiftCommitLintTests/CommitChecker/SubjectWorkCheckTests.swift 100.0%
Tests/DangerSwiftCommitLintTests/ConfigurationTests.swift 94.80519%
Tests/DangerSwiftCommitLintTests/DangerSwiftCommitLintTests.swift 100.0%

Generated by 🚫 Danger Swift against dbe315d

@AppDifferentiaDangerSwiftBot
Copy link

AppDifferentiaDangerSwiftBot commented Sep 7, 2021

Warnings
⚠️ PR is classed as Work in Progress

Generated by 🚫 Danger Swift against dbe315d

@weisunOW weisunOW marked this pull request as ready for review September 8, 2021 02:03
Copy link
Owner

@AppDifferentia AppDifferentia left a comment

Choose a reason for hiding this comment

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

🚀

@weisunOW weisunOW merged commit 21dcb3c into master Sep 8, 2021
@weisunOW weisunOW deleted the add-commit-lint-implementation branch September 8, 2021 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants