you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 2 years ago (1 child)

In a lot of modern work flows this is incompatible with the development pattern.

For example, at my job we have to roll a test release through CI that we then have to deploy to a test kubernetes cluster. You can't even do that if the build is failing because of linting issues.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 2 years ago* (1 child)

    The test release shouldn't have anything marked with @nocommit though... The idea is that you use it to mark code that is only temporary local debugging code that should never be committed.

  • source
  • parent
  • hideshow 2 child comments