fix
This commit is contained in:
parent
a9d8e8b48e
commit
b4c0d0e5c4
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ alias ripgrep_sec="$RG $RIPGREP_ARGS '(aws_access|aws_secret|api[_-]?key|ListBuc
|
||||||
alias ripgrep_copyright="$RG $RIPGREP_ARGS '(copyright|\u0026copy;|\\(c\\)|©) *[12][0-9]{3}'"
|
alias ripgrep_copyright="$RG $RIPGREP_ARGS '(copyright|\u0026copy;|\\(c\\)|©) *[12][0-9]{3}'"
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|fixme|unimplemented|refactor|hack|note|optimize|bug|improve|verify|remove|deprecated|wip|review'"
|
alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|fixme|fix|unimplemented|refactor|deprecated|wip|review'"
|
Loading…
Add table
Reference in a new issue