There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
Created by: wisammechano
Recent eslint update deprecated rules no-native-reassign
& no-negated-in-lhs
in favor off no-global-assign
& no-unsafe-negation
.
I've tested this working by turning off these 2 rules in package.json eslint config, and adding the updated rules instead. It stopped the deprecation warning.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.