Alekhin Sergey
Alekhin Sergey
Hello, I have the same problem. Is there any way to solve this problem?
@B2o5T hi ,I created a [repository](https://github.com/alSergey/Graphql-codegen-test) for you, where I described all the problems that I find while using code generation
@B2o5T hi, have you looked at the repository I sent you?
This option doesn't suit me. I want my job to not crash with an error when stylelint ended with warning. What i want: * stylelint command completed successfully (0 errors,...
Adding the flags feature sounds like a cool solution that won't break anything. At the same time, it will solve my problem.
@ybiquitous Yes, you got it right. I need this to do a warning job in GitLab CI. As @Mouvedia suggested, this can be done through the flag feature, then it...
The eslint cli also does not have this option, so I [opened an issue ](https://github.com/eslint/eslint/issues/18402) for them. Let's see what they answer me there.
Just in case, I’ll explain what I want: * eslint command completed successfully (0 errors, 0 warnings) - job successful * eslint command ended with warnings (0 errors, more than...
@fasttime hi, I know about the `--max-warnings` setting, it won't help me. As I wrote above, I would like to show the job as warning if the eslint command completed...
> So, that job will complete as successful if the exit code of the command is 0, with a warning if the exit code is 15, and with an error...