semgrep: Remove unrequired file exclude.

This file doen't contain any matching pattern which violates the
rule.
This commit is contained in:
Aman Agrawal 2020-05-01 12:28:35 +05:30 committed by Tim Abbott
parent af0c267cd4
commit 9089fd5b08
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ rules:
paths:
- directory: "**/migrations"
- path-not: 'zerver/migrations/0032_verify_all_medium_avatar_images.py'
- path-not: 'zerver/migrations/0060_move_avatars_to_be_uid_based.py'
- path-not: 'zerver/migrations/0104_fix_unreads.py'
- path-not: 'zerver/migrations/0206_stream_rendered_description.py'
- path-not: 'zerver/migrations/0209_user_profile_no_empty_password.py'