-
Notifications
You must be signed in to change notification settings - Fork 178
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
Custom checks through command line #774
Conversation
Would it be possible to configure the checks folder also in the |
I have installed proselint as root. However, when I run this command, it fails because of missing rights or because the folder "." exists already. It must be clear that this command changes the system configuration permanently. |
@rriemann That was a good suggestion! I have added the feature to configure custom checks to |
So if I have a checks folder configured in my Is there a check in the code if the destination directiory in writeable? |
When a command line option check is used with an input path, the specified directory gets copied to |
….5.1 Update coverage to 4.5.1
Hi @ankita240796, thank you for the PR! :) Would it be possible to:
|
Sure @suchow I will make the changes as suggested by you! |
Will this change cover the case where the user wants a custom .proselintrc file in the current directory? I'm willing to add that feature if not, as I'd like to use this tool in an automated toolchain (on circleci) but I'd rather have the rc file be part of my repo, not requiring it to be in the ~ directory. |
Proselint found issuesREADME.md
Generated by 🚫 Danger |
Hi @suchow, sorry for delay on this. I was busy with my academics. I have made the changes as suggested by you. Please take a look, Thanks! Also can you please help me with the failing build. |
Hi @jima80525, this change intended to add a feature for providing a custom location for |
Hi @suchow any updates on this? |
I have also issued a separate PR for adding custom path: #865 |
Custom checks are something I was thinking about earlier, so this is a nice surprise. I'll triage now and I'm fairly sure we implemented a config path already but I'll triage the other too. |
Ok Thanks @Nytelife26, let me know if I can help with something :) |
I'm not entirely sure copying the new checks into the checks folder is the best way to go about this. One would assume supplying a custom checks folder via CLI, rather than via configuration, persists solely for that command. |
Should I take that up and add a fix in this PR? |
Should I take that up and add a fix in this PR?
If you so wish! Any help is greatly appreciated.
If you need anything or have any questions, do let me know. Glad to have
you here.
|
Sure, I am working on this, will update once I finalize the design approach. |
closes #702