Skip to content

Commit 38589b5

Browse files
committed
fix exclusion path
1 parent 64dc547 commit 38589b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeQL.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ path_classifiers:
22
library:
33
# Classify policies.py, _encryption.py, and _common_conversion.py files as library code
44
- "azure/multiapi/storagev2/**/policies.py"
5-
- "azure/multiapi/storage/**/_encryption.py"
5+
- "azure/multiapi/storagev2/**/_encryption.py"
66
- "azure/multiapi/**/_common_conversion.py"

0 commit comments

Comments
 (0)