Skip to content

Commit

Permalink
[cfg] Separate SEI-CERT rules based on C and C++ language
Browse files Browse the repository at this point in the history
  • Loading branch information
bruntib committed Dec 9, 2024
1 parent d084d79 commit 04fbe53
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 151 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 @@ -154,7 +154,7 @@ def test_checkers_guideline(self):
""" Listing checkers by guideline. """

checkers_cmd = [env.codechecker_cmd(), 'checkers',
'--guideline', 'sei-cert']
'--guideline', 'sei-cert-cpp']
_, out, _ = run_cmd(checkers_cmd)

self.assertIn('cert-dcl58-cpp', out)
Expand Down
Loading

0 comments on commit 04fbe53

Please sign in to comment.