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

fix: Adds "grep -P" to the list of banned commands #1064

Merged
merged 3 commits into from Oct 6, 2021

Commits on Oct 6, 2021

  1. fix: Adds "grep -P" to the list of banned commands

    As explained in asdf-vm#1062 asdf-vm#1033, `-P` is an option that does not exist in
    OSX and causes problems of compatibility.
    threkk committed Oct 6, 2021
    Copy the full SHA
    56bdbe9 View commit details
    Browse the repository at this point in the history
  2. chore: reorder ban list

    jthegedus committed Oct 6, 2021
    Copy the full SHA
    2bc2d5a View commit details
    Browse the repository at this point in the history
  3. fix: formatting

    jthegedus committed Oct 6, 2021
    Copy the full SHA
    e48d1c3 View commit details
    Browse the repository at this point in the history