checker
Here are 488 public repositories matching this topic...
-
Updated
Jun 13, 2020 - TypeScript
-
Updated
Sep 6, 2018
Especially if this tools becomes bigger and gets more features, it would benefit from having a complete documentation.
This documentation should not live in the README.md, as it would bloat it over time.
Such a documentation could live in an informational website (#17), on an external host such as Read the Docs or simply as a collection of linked Markdo
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
Feb 2, 2020 - Python
If you issue :help on the repl you get a list of available commands, among others. But the list is incomplete, e.g. :modules, :undeclare or :unimport are missing.
-
Updated
Jun 4, 2020 - Java
-
Updated
May 19, 2020 - JavaScript
My node cli is dockerized, and I run it like this:
docker run --interactive --tty --rm -v $(pwd):/project -w /project dockerhub/mycli
What is the recommended solution to avoid checking the most recent version at each run of the CLI?
Should I mount the host OS /tmp directory?
Thanks!
Of a reference-style link's reference doesn't exist (either in [link][] form or [link][reference] form), the link checker should throw an error. Similarly, it should throw an error if a link definition ([reference]: url) exists but doesn't correspond to an actual reference.
-
Updated
Jan 14, 2020 - JavaScript
-
Updated
May 15, 2020 - Python
-
Updated
May 14, 2020 - PHP
-
Updated
Mar 25, 2020 - Python
-
Updated
Oct 17, 2019 - Go
-
Updated
Aug 18, 2019 - Java
-
Updated
May 23, 2020 - PHP
Improve this page
Add a description, image, and links to the checker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the checker topic, visit your repo's landing page and select "manage topics."
Expected behavior
Disable an annoying clang-tidy warning on linux
Steps to reproduce
In this case I would need to pass --checks=-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling to clang-tidy
Adding this as args for the c ma