English 中文(简体)
核对员名单
原标题:cov-analyze with list of checkers
  • 时间:2024-01-12 20:50:06
  •  标签:
  • coverity

能够把检查人员名单列入安达利特的最佳方式是什么。 我拿着一份检查人员名单,但不想让他们能够做到。

允许你要么离开空白,要么放弃——

cov-analyze --dir cov

cov-analyze --dir cov --all

I want to have a list like the following but many m或e . . .

cov-analyze --dir cov -en STRING_NULL -en NULL_RETURNS

你们有一份小的文本文件可以读取? 或者,你只是要把他们列入名单吗?

问题回答

http://sig-product-docs.synopsys.com/bundle/coverity-docs/page/commands/topics/cov-analyze.html#refsection_k22_4f2_4qb”rel=“nofollow noreferrer”

--disable-default Disables default checkers. This option is useful if you want to disable all default checkers, including Sigma checkers, and then enable only a few with the --enable option.

For a list of checkers that are disabled through this option, see the --enable option documentation for the cov-analyze command.

--enable <checker_name> -en <checker> Enables a checker that is not otherwise enabled by default. The checker name is case insensitive. This option will enable a checker for all languages supported by the checker.





相关问题
核对员名单

能够把检查人员名单列入安达利特的最佳方式是什么。 我拿着一份检查人员名单,但不想让他们能够做到。

热门标签