Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a readiness report and threshold #134

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

catsdev
Copy link

@catsdev catsdev commented Nov 21, 2019

Report readiness

Using the --readiness (-y) option will do two things:

  • Create a readiness report by showing how many files contain spelling errors
        59 files with 0 errors
        5 files with at least 1 error
        1 files with at least 10 errors
        0 files with at least 50 errors
        0 files with at least 100 errors

        Readiness indicator: 90%
  • Allow to pass a readiness threshold value which will determine if the tool throws an error or not. For example, passing a -y 90 would allow the current state of the files to pass the CI build without throwing an error (defaults to 100, no errors).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants