Page MenuHomeDevCentral

Allow to search dotfiles with ripgrep
AcceptedPublic

Authored by dereckson on Thu, Mar 19, 21:55.
Tags
None
Referenced Files
F25326538: D4011.id10466.diff
Thu, Apr 9, 18:55
Unknown Object (File)
Sat, Apr 4, 11:39
Unknown Object (File)
Sat, Apr 4, 03:21
Unknown Object (File)
Thu, Apr 2, 02:42
Unknown Object (File)
Tue, Mar 31, 01:53
Unknown Object (File)
Tue, Mar 31, 01:27
Unknown Object (File)
Mon, Mar 30, 12:51
Unknown Object (File)
Mon, Mar 30, 00:22
Subscribers
None

Details

Reviewers
yousra
Summary

By default, tools like ripgrep ignore hidden files,
excepted when listed in .gitignore.

Test Plan

rg 208 correctly searches .pre-commit-config.yaml

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
rg-allowlist
Build Status
Buildable 6495
Build 6779: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
dereckson edited the test plan for this revision. (Show Details)
dereckson edited the test plan for this revision. (Show Details)

Tested locally with ripgrep. Configuration files like .arcconfig are now correctly included in search results !

This revision is now accepted and ready to land.Wed, Mar 25, 15:37