Skip to content

feat(release): Add a warning if nvchecker integration is not set or faulty

Robin Candau requested to merge antiz/devtools:nvchecker_warning into master

Check can be ignored by adding the #skip_check comment/property to .nvchecker.toml (see screenshots below).

Test with a correct .nvchecker.toml configuration file:

image

Test with a non-existing .nvchecker.toml configuration file:

image

Test with a faulty .nvchecker.toml configuration file:

image

Test with a faulty .nvchecker.toml configuration file that contains the '#skip_check' comment/property:

image

Closes #236

Edited by Robin Candau

Merge request reports