-
Updated
Sep 27, 2020 - Vim script
linters
Here are 64 public repositories matching this topic...
-
Updated
Sep 17, 2020 - Go
-
Updated
Sep 30, 2020 - Ruby
-
Updated
Jul 31, 2020 - Ruby
-
Updated
Jul 28, 2020
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Oct 2, 2020 - Go
-
Updated
Oct 7, 2020 - Rust
-
Updated
Sep 29, 2020 - SCSS
-
Updated
May 17, 2017 - Vim script
-
Updated
Jul 19, 2020 - Shell
-
Updated
Jul 13, 2020 - TypeScript
// makeExample replaces all ${linter} placeholders to a bound linter name.The code below does not use ${linter} anywhere.
I could remove this, but would also like to avoid doing several unrelated things on the same PR, so keeping it as an issue to avoid forgetting about it.
-
Updated
Oct 3, 2020 - XSLT
-
Updated
Oct 7, 2020 - Python
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Feb 23, 2017 - Scala
-
Updated
Jul 18, 2020 - Ruby
-
Updated
Oct 3, 2020 - Python
Thanks to @paulrrdiaz we have a media carousel for our tool resources now.
Here's how it looks like:
https://analysis-tools.dev/tool/deepcode
One improvement we discussed was showing thumbnails for each resource below the carousel.
This would give a g
-
Updated
Oct 30, 2018 - JavaScript
-
Updated
Apr 4, 2019
Improve this page
Add a description, image, and links to the linters topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linters topic, visit your repo's landing page and select "manage topics."

Currently the todochecker can only detect a todo if it is written all uppercase (like
# TODO: Lorem ipsum ...). In some cases the todo may not br written in all uppercase but a different casing like all lowercase (which is sometimes common for annotations:/** @todo: Lorem ipsum ... */or camelcase:# ToDo: Lorem ipsum .... These other casings are currently not detected by todocheck. This me