-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
InvalidDefinitionDescription Rule Check #5208
Merged
tonistiigi
merged 2 commits into
moby:master
from
daghack:invalid-definition-description-check
Oct 8, 2024
Merged
InvalidDefinitionDescription Rule Check #5208
tonistiigi
merged 2 commits into
moby:master
from
daghack:invalid-definition-description-check
Oct 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daghack
changed the title
Add rule for arg / stage name comment descriptions
InvalidDefinitionDescription Rule Check
Aug 1, 2024
daghack
force-pushed
the
invalid-definition-description-check
branch
from
August 1, 2024 19:32
f2b6718
to
5e1ca11
Compare
daghack
force-pushed
the
invalid-definition-description-check
branch
from
August 1, 2024 19:49
5e1ca11
to
91470a3
Compare
@dvdksn Do you mind taking a look at the docs here and shooting me suggestions? I'm not at all happy with them, and I'd love your input. 😍 |
dvdksn
reviewed
Aug 8, 2024
frontend/dockerfile/linter/docs/InvalidDefinitionDescription.md
Outdated
Show resolved
Hide resolved
dvdksn
reviewed
Aug 8, 2024
dvdksn
reviewed
Aug 8, 2024
frontend/dockerfile/linter/docs/InvalidDefinitionDescription.md
Outdated
Show resolved
Hide resolved
daghack
force-pushed
the
invalid-definition-description-check
branch
2 times, most recently
from
August 9, 2024 16:11
5218f04
to
ba68288
Compare
tonistiigi
reviewed
Aug 12, 2024
frontend/dockerfile/docs/rules/invalid-definition-description.md
Outdated
Show resolved
Hide resolved
daghack
force-pushed
the
invalid-definition-description-check
branch
7 times, most recently
from
August 15, 2024 13:32
f060309
to
9c3fcea
Compare
github-actions
bot
added
area/source
area/worker
and removed
area/llb
area/hack
building buildkit itself
area/dependencies
Pull requests that update a dependency file
area/ci
area/client
area/util
area/buildkitd
area/remotecache
area/executor
area/session
area/solver
area/source
area/worker
labels
Sep 19, 2024
daghack
force-pushed
the
invalid-definition-description-check
branch
from
September 19, 2024 15:31
fe59af0
to
4270ddf
Compare
@tonistiigi Can I get a review? |
Signed-off-by: Talon Bowler <talon.bowler@docker.com>
Signed-off-by: Talon Bowler <talon.bowler@docker.com>
daghack
force-pushed
the
invalid-definition-description-check
branch
from
October 7, 2024 14:58
4270ddf
to
6fefbd4
Compare
tonistiigi
approved these changes
Oct 7, 2024
@dvdksn PTAL |
dvdksn
approved these changes
Oct 8, 2024
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.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #5169
Implements a check around definition description comments used by
--call=outline
and--call=targets
.