Feature request: Add option to --include/--exclude long list of files
See original GitHub issueRight now it’s possible to use the --include argument to include only specific list of files to check. This is a handy feature, but the user might hit the limit of maximum command length 32 767 characters, or 8 191 when executed from cmd.exe. https://support.microsoft.com/en-us/help/830473/command-prompt-cmd-exe-command-line-string-limitation
Feature request: add option to specify path of a file with list of files/folders to include, or similarly to exclude. The argument name could be --includeList
or --excludeList
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Feature requests: symlinks, include list, more filter options
I'd like to make three suggestions for inprovements: 1. Symlinks: I know that following symlinks can be a security risk, but on the...
Read more >svn - How do you include/exclude a certain type of files ...
1. To add to TortoiseSVN's global ignore settings, right click your project folder, TortoiseSVN... Settings... · Is it possible to add ignore per ......
Read more >Feature request - Restore Folders from Archive Repository
Currently there is no option to restore folders from file share backups when files have been moved to the archive repository due to...
Read more >Feature Request: SyncToy-liked sub-folders select/de-select
I know that one can use filter to include / exclude sub-folders but that require copy and past of sub-folder names to the...
Read more >Exclude files from pull request diffs | Bitbucket Cloud
Exclude files from appearing in the diff view of a pull request in Bitbucket Cloud by specifying patterns in the 'Excluded files' repository...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@JoeRobich this looks like a good solution for my problem. It might be a good idea to add this way of using
--include
and--exclude
intoREADME.md
, I had no idea this syntax exists.@martinsuchan if you would like to try with the fix merged in you can install a development build with this command -
dotnet tool install -g dotnet-format --version 4.1.130802 --add-source https://dotnet.myget.org/F/format/api/v3/index.json
. Using it locally I ran against a 39KB rsp generated byfind ./src > TestInclude.rsp
no problem.Log from `dotnet format -f --check --include "@TestInclude.rsp" -v d`