-
Notifications
You must be signed in to change notification settings - Fork 10
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
body-soft-max-line-length exception #124
Comments
@webwarrior-ws please work on this issue if you are taskless. |
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Jul 17, 2023
Add tests that cover cases described in nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Jul 17, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Jul 17, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Jul 17, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Jul 18, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
@realmarv I think @webwarrior-ws got stuck with this task, I don't remember his reasoning. Please pair with him on it after he's done with his NLitecoin low-prio task. |
tehraninasab
pushed a commit
to tehraninasab/conventions
that referenced
this issue
Aug 1, 2023
Add tests that cover cases described in nblockchain#124.
tehraninasab
pushed a commit
to tehraninasab/conventions
that referenced
this issue
Aug 1, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 1, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 1, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 1, 2023
Add tests that cover cases described in nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 1, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 1, 2023
Add tests that cover cases described in [1]. [1] nblockchain#124
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 1, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 2, 2023
Add tests that cover cases described in [1]. This commit has failing test. [1] nblockchain#124
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 2, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 2, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 2, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
webwarrior-ws
added a commit
to webwarrior-ws/conventions
that referenced
this issue
Aug 2, 2023
Add exception to bodySoftMaxLineLength when line exceeds max length but ends with a git commit hash. Fixes nblockchain#124.
knocte
added a commit
that referenced
this issue
Aug 2, 2023
parhamsaremi
pushed a commit
to parhamsaremi/conventions
that referenced
this issue
Aug 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This rule should not break the build if the offending line exceeds 64 chars because it uses a commit hash at the end.
Testcase:
Testcase that should still break the build (because line is longer than 64 chars before the commit hash):
The text was updated successfully, but these errors were encountered: