Wayne Thompson

Results 3 comments of Wayne Thompson

Yes I also get this error when I add to a new project or when I try to update an old project.

I would also like to see this. Using eslint 8 I have added plugin `plugin:diff/ci` to .eslintrc.js. I have tried to add to my .gitlab-ci.yml file ``` variables: ESLINT_PLUGIN_DIFF_COMMIT: $CI_COMMIT_SHA...

I realise that it will be something like this in gitlab config. ``` variables: ESLINT_PLUGIN_DIFF_COMMIT: origin\\/$CI_COMMIT_REF_SLUG ``` but I can't get the forward slash to show.