-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hello,
I tried to use the package in two different ways and I was not able to get some files processed.
a) Is my filter wrong?
b) Does it work with linux?
(base) andi@pc1:~/work/github-spellcheck-cli$ node index.js -e "ipynb, txt, md, rst, py" -r bokeh/bokeh
You don't have push access to bokeh/bokeh.
Forking bokeh/bokeh or retrieving your existing fork...
Fork of bokeh/bokeh now exists at andife/bokeh.
Making sure the directory for andife/bokeh doesn't already exist...
Creating a directory...
Cloning andife/bokeh into the directory...
Fetching the latest on the branch 'main' from the parent repository...
Merging the latest from the parent repository into 'main'...
Getting the last commit from the branch 'main'...
Resetting local repository...
Getting a list of files in the working tree...
Filtering the list to only include files with extensions 'ipynb, txt, md, rst, py'...
Spell-checking the remaining files...
[========================================] 100% | ETA: 0s | 0/0
No corrections added.
Deleting andife/bokeh...
Exiting...
=> I seems that no files are considered?
(base) andi@pc1:~/work/github-spellcheck-cli$ github-spellcheck --no-pr -e "rst, ipynb" -t XXX -r bokeh/bokeh
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
You don't have push access to bokeh/bokeh.
Forking bokeh/bokeh or retrieving your existing fork...
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
Fork of bokeh/bokeh now exists at andife/bokeh.
Making sure the directory for andife/bokeh doesn't already exist...
Creating a directory...
Cloning andife/bokeh into the directory...
Fetching the latest on the branch 'main' from the parent repository...
Merging the latest from the parent repository into 'main'...
Getting the last commit from the branch 'main'...
Resetting local repository...
Getting a list of files in the working tree...
Filtering the list to only include files with extensions 'rst, ipynb'...
Spell-checking the remaining files...
[========================================] 100% | ETA: 0s | 0/0
No corrections added.
Deleting andife/bokeh...
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
Exiting...
=> It seems that no files are considered?
Is there a way to get a verbose output?
Thank you
Andreas