We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a1dbe commit 64dc547Copy full SHA for 64dc547
CodeQL.yml
@@ -1,4 +1,6 @@
1
path_classifiers:
2
library:
3
- # Classify policies.py files as library code
4
- - "azure/multiapi/storagev2/**/policies.py"
+ # Classify policies.py, _encryption.py, and _common_conversion.py files as library code
+ - "azure/multiapi/storagev2/**/policies.py"
5
+ - "azure/multiapi/storage/**/_encryption.py"
6
+ - "azure/multiapi/**/_common_conversion.py"
0 commit comments