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

Add rule to remove leading shell prompt literal $ #996

Merged
merged 3 commits into from
Nov 2, 2019

Commits on Oct 28, 2019

  1. Add rule to remove shell prompt literals $

    Rule added to handle cases where the $ symbol is used in the command,
    this usually happens when the command is copy pasted from a
    documentation that includes the shell prompt symbol in the code blocks.
    boonwj committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d7e2d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    648d638 View commit details
    Browse the repository at this point in the history
  3. Refactor tests and rule

    - Refactor test for cleaner test tables
    - Removed unnecessary requires_output=True option
    boonwj committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a0c3da8 View commit details
    Browse the repository at this point in the history