Skip to content

Commit

Permalink
{CI} Add --min-severity medium to azdev linter to align with the main…
Browse files Browse the repository at this point in the history
… repository (Azure#8321)
  • Loading branch information
wangzelin007 authored Nov 27, 2024
1 parent 0de6798 commit e25960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/azdev_linter_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def remove(self):
self._cmd('azdev extension remove {}'.format(self.extension_name))

def linter(self):
self._cmd('azdev linter --include-whl-extensions {}'.format(self.extension_name))
self._cmd('azdev linter --include-whl-extensions {} --min-severity medium'.format(self.extension_name))

def style(self):
self._cmd('azdev style {}'.format(self.extension_name))
Expand Down

0 comments on commit e25960c

Please sign in to comment.