-
Notifications
You must be signed in to change notification settings - Fork 71
feat(linter) Upgrade linter #1231
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
base: master
Are you sure you want to change the base?
Conversation
| // @param triggerID path string true "Trigger ID" default(bcba82f5-48cf-44c0-b7d6-e1d32c64a88c) | ||
| // @param validate query bool false "For validating targets" | ||
| // @param body body dto.Trigger true "Trigger data" | ||
| // @param trigger body dto.Trigger true "Trigger data" |
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.
А почему так форматирование поменялось? Как будто dtop должно быть с другими dto выравнено
| } | ||
|
|
||
| defer func(t *testing.T) { | ||
| t.Helper() |
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.
А что оно делает?
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.
говорит, что это функция-помощник в тестах
| No, no, no, no, no, no, no | ||
| (Oh mamma mia, mamma mia) Mamma mia, let me go | ||
| Beelzebub has a devil put aside for me, for me, for me!`, | ||
| content: "30: Easy come, easy go, will you let me go?\n\t\t\t\tBismillah! No, we will not let you go\n\t\t\t\t(Let him go!) Bismillah! We will not let you go\n\t\t\t\t(Let him go!) Bismillah! We will not let you go\n\t\t\t\t(Let me go) Will not let you go\n\t\t\t\t(Let me go) Will not let you go\n\t\t\t\t(Let me go) Ah\n\t\t\t\tNo, no, no\n\t\t\t\t(Oh mamma mia, mamma mia) Mamma mia, let me go\n\t\t\t\tBeelzebub has a devil put aside for me, for me, for me!", |
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.
Не нравится
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.
Было красиво, стало по-уродски
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.
интересновое, гляну
| if deltaThresholds > thresholdGapCoefficient*deltaLimits { | ||
| //// there is enough place to draw both of ERROR and WARN thresholds | ||
| thresholds = append(thresholds, newThreshold( | ||
| = append(thresholds, newThreshold( |
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.
А почему у нас закомментированный кусок кода тут вообще, может есть смысл снести или снести с комментарием?
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.
издержки запуска с --fix
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.
сча разберемся
PR Summary
Upgrade linter