-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
templates/Build.gitlab-ci.yml
Outdated
- | | ||
type dmt >/dev/null 2>&1 || | ||
{ | ||
trdl add dmt https://trrr.flant.dev/trdl-dmt/ 1 b6c51ab3509296ed9e085461ea35a0da70b2ae02ba8d500400670102cb86b100ae56e133c4c5f8dfe843cc995107fdd5f0037043cd6c149a7ae3c03ec9c44d8c && |
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.
I don't think we need to add it again. We have to install dmt on the setup step.
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.
Previously, setup dmt was not placed in the general setup. Now moved to this step.
@@ -5,6 +5,14 @@ | |||
.build: | |||
stage: build | |||
script: | |||
# Lint | |||
- | |
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.
I think, we have to separate it for the parallel step Lint
on the build
stage
Also, make it optional (it can fail)
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.
Ok, I created a separate step for verification
Example run
Co-authored-by: Yuriy Losev <yuriy.losev@flant.com> Signed-off-by: Evsyukov Denis <denis@evsyukov.org>
No description provided.