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 One Sentence per line rule (#66) #719

Closed
wants to merge 5 commits into from

Commits on Feb 21, 2023

  1. Added One Sentence per line rule (DavidAnson#66)

    New configurable and fixable rule to fix ensure only one sentence
    per line. It is configurable, what defines the ending of a
    sentence as well as ignored words.
    
    Additionally to the new rule, i adapted the logic to create the
    yaml file, as it did not work properly with arrays.
    
    Signed-off-by: Simon Schrottner <[email protected]>
    aepfli committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8634b5e View commit details
    Browse the repository at this point in the history
  2. improving detection and adding testcases

    Signed-off-by: Simon Schrottner <[email protected]>
    aepfli committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    30f322a View commit details
    Browse the repository at this point in the history
  3. improving detection and adding testcases

    Signed-off-by: Simon Schrottner <[email protected]>
    aepfli committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f0d7038 View commit details
    Browse the repository at this point in the history
  4. Adding more test cases

    aepfli committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    de10ce8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. different approach with usage of tokens

    Signed-off-by: Simon Schrottner <[email protected]>
    aepfli committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    8842e1b View commit details
    Browse the repository at this point in the history