Skip to content

feat: add dmt linter #1

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

Merged
merged 3 commits into from
Feb 24, 2025
Merged

feat: add dmt linter #1

merged 3 commits into from
Feb 24, 2025

Conversation

juev
Copy link
Member

@juev juev commented Feb 19, 2025

No description provided.

- |
type dmt >/dev/null 2>&1 ||
{
trdl add dmt https://trrr.flant.dev/trdl-dmt/ 1 b6c51ab3509296ed9e085461ea35a0da70b2ae02ba8d500400670102cb86b100ae56e133c4c5f8dfe843cc995107fdd5f0037043cd6c149a7ae3c03ec9c44d8c &&
Copy link
Member

@yalosev yalosev Feb 21, 2025

Choose a reason for hiding this comment

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

I don't think we need to add it again. We have to install dmt on the setup step.

Copy link
Member Author

Choose a reason for hiding this comment

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

Previously, setup dmt was not placed in the general setup. Now moved to this step.

@@ -5,6 +5,14 @@
.build:
stage: build
script:
# Lint
- |
Copy link
Member

Choose a reason for hiding this comment

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

I think, we have to separate it for the parallel step Lint on the build stage
Also, make it optional (it can fail)

Copy link
Member Author

@juev juev Feb 21, 2025

Choose a reason for hiding this comment

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

Ok, I created a separate step for verification

Example run

@juev juev requested a review from yalosev February 21, 2025 17:06
Co-authored-by: Yuriy Losev <yuriy.losev@flant.com>
Signed-off-by: Evsyukov Denis <denis@evsyukov.org>
@nabokihms nabokihms merged commit 30e588e into deckhouse:main Feb 24, 2025
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.

3 participants