解析 Eclipse 中的 Lint 错误
不久前,我写了一篇关于 使用 lint 的博客eclipse,现在我想最终让错误解析工作起来,以便我可以单击 lint 信息/警告/错误行并让它跳转到代码中的该位…
适合 C 的文本编辑器,包括 lint 和 lint 。风格?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
Django 国际化 (i18n) lint 检查器?告诉我什么还没有被 _()'ed 或 {% trans %}'ed
我必须国际化(i18n)一个 django 项目。它结合了许多内部 django 应用程序。它已经部分国际化,即有些字符串是 _(),但有些是裸露的。有些模板使用 {…
用于 Objective-C 开发的 Lint 检查工具
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
Verilog linting 工具?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
是否有 OCaml 工具支持使用 Perl 的 Perl::Critic 模块等最佳实践?
是否存在一种工具可以分析 OCaml 程序并提出风格和代码方面的一些改进建议?在 Perl 的世界里仍然存在 Perl::Critic 避免不良风格。 我需要的是一些工…
PHP Web 应用程序的服务器端性能测试
在我被标记为类似文章的欺骗之前: [http://stackoverflow.com/questions/635123/what-is-a-good-tool-or-site-to-use-to-performance-test-a-web-pag…
是什么导致 xmllint 警告?
我目前正在为我们的集成服务器编写一个插件,该插件使用 libxml2 的 xmllint 命令行工具来验证 XML 文件。根据 手册,xmllint 有一个 --nowarning 选…
如何检查 (My)SQL 语句的语法正确性
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
是否有适用于 C 和 C++ 的 lint 工具检查格式?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
在哪里可以找到针对 Ruby 积极开发的 lint 工具?
我编写的大部分代码都是用 Ruby 编写的,每隔一段时间,我就会犯一些拼写错误,但过一段时间后才会被发现。当我让我的脚本运行很长的任务,然后返回发…