moby / buildkit

concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
https://github.com/moby/moby/issues/34227
Apache License 2.0
7.83k stars 1.09k forks source link

Adds a deprecated flag to linter rules #5097

Closed daghack closed 4 days ago

daghack commented 4 days ago

Implements: https://github.com/moby/buildkit/issues/5082

This adds a IsDeprecated function to the LinterRuleI interface, and skips running a rule if IsDeprecated returns true. It also implements this function for the LinterRule type.