Skip to content

Commit

Permalink
fix(ci): use wildcards for vendor SDK pylintrc ignore regex (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k authored Sep 20, 2024
1 parent c786c82 commit 5fd8d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ignore=CVS
ignore-patterns=

# Match against paths supporting python regex.
ignore-paths=^azext_edge/edge/vendor/.*$
ignore-paths=.*azext_edge/edge/vendor/.*

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
Expand Down

0 comments on commit 5fd8d72

Please sign in to comment.