This commit is contained in:
JMARyA 2024-03-07 02:39:25 +01:00
parent c407dd3bfb
commit 6a44cfc35f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -19,5 +19,6 @@ 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|unimplemented|refactor|deprecated|wip|review'" alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|unimplemented|refactor|wip'"
alias ripgrep_review="$RG $RIPGREP_ARGS 'review|deprecated'"
alias ripgrep_fix="$RG $RIPGREP_ARGS 'fix|fixme'" alias ripgrep_fix="$RG $RIPGREP_ARGS 'fix|fixme'"