Skip to content

Commit

Permalink
Merge pull request #4235 from whisperity/chore/config/clang-tidy-sei-…
Browse files Browse the repository at this point in the history
…cert-guideline-mapping

 chore(config): [clang-tidy] Update SEI-CERT Guideline mappings
  • Loading branch information
dkrupp committed May 13, 2024
2 parents 8d1513a + a149cbf commit f7807ae
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 93 deletions.
2 changes: 1 addition & 1 deletion analyzer/tests/functional/cmdline/test_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_checkers_guideline(self):
'--guideline', 'sei-cert']
_, out, _ = run_cmd(checkers_cmd)

self.assertIn('cert-str34-c', out)
self.assertIn('cert-dcl58-cpp', out)
self.assertNotIn('android', out)

checkers_cmd = [env.codechecker_cmd(), 'checkers',
Expand Down

0 comments on commit f7807ae

Please sign in to comment.