You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The desktop app is flagging almost 200 issues with our project. Most if not all are isseus with READMEs in the node_modules directory. Obviously, we don't own these and they are not included in the final build of the site.
Currently, the issues list is basically useless given the quantity of noise.
Example
Proposed solution
Two ideas:
Add an ignores key to doctave.yaml that allows you to specify directories to ignore. This should come with node_modules already added
Ignore node_modules by default and don't allow any customisation
The text was updated successfully, but these errors were encountered:
Would you be able to email me at [email protected] about this issue? This repo is no longer related to the Doctave.com product. See #51 for details.
But in short, the current Doctave desktop app (not this repo's project) looks at all .md files that it finds. It uses the directory that contains the doctave.yaml file as the root of the project, and searches sub-folders recursively. ignore is one option, but I'd love to understand your project structure to give a better answer.
If you email me I'll get back to you with more details.
I'll close this ticket since it's not relevant to this repo any more.
Problem
The desktop app is flagging almost 200 issues with our project. Most if not all are isseus with READMEs in the
node_modules
directory. Obviously, we don't own these and they are not included in the final build of the site.Currently, the issues list is basically useless given the quantity of noise.
Example
Proposed solution
Two ideas:
ignores
key todoctave.yaml
that allows you to specify directories to ignore. This should come withnode_modules
already addednode_modules
by default and don't allow any customisationThe text was updated successfully, but these errors were encountered: