Best practices for CI in Gitlab

Wow. That script is gold. It just works.
But there is a small inconvenience.

The command "bin/code-analysis" exited with 1 in 0.396s.
ERROR: Job failed: exit code 1

Is this normal if there are any small issues regarding the coding conventions? Can I just ignore some of these warnings? These are some of the warnings I want to ignore:

E302 expected 2 blank lines, found 1
W293 blank line contains whitespace
E251 unexpected spaces around keyword / parameter equals
E203 whitespace before ':'

Sorry for that dumb question but for now this topic is relatively new to me and I still have a lot to learn.

1 Like