todogroup / repolinter

Repolinter, The Open Source Repository Linter
https://todogroup.github.io/repolinter/
Apache License 2.0
421 stars 72 forks source link

Correct succeed-on-non-exist option in docs #319

Closed mynameistechno closed 3 months ago

mynameistechno commented 5 months ago

Motivation

Correct the docs. I tried using the succeed-on-non-exist option but it wasn't working as expected. Upon looking at the code I realized the docs were incorrect.

Proposed Changes

Docs refer to option as succeed-on-non-exist but code expects succeed-on-non-existent

Test Plan

succeed-on-non-existent actually works where succeed-on-non-exist does nothing.

zhaoyuheng200 commented 3 months ago

Thank you!