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

Support directories to scan on the command line #647

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2022

  1. fix(deno-lint): Support directories to scan on the command line

    Allow limiting the scan to selected directories. If no directory
    is provided, the current directory will be scanned, as it was.
    
    BREAKING CHANGE: If you passed a single directory to denolint to
    specify the project root, it will not work any more. You can pass
    the root directory using the argument -r,--root. However, it was
    used only if neither .denolintignore nor .eslintignore were found
    and was passed instead of either of them to the walker. Because
    the root directory was no file path, I think that it was useless.
    Nevertheless, I implemented the previous functionality using the
    argument -r,--root, which might be worth for other purposes later.
    prantlf committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    bedef21 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    40dcb56 View commit details
    Browse the repository at this point in the history