-
Updated
Sep 27, 2020 - Vim script
linters
Here are 65 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 17, 2020 - Ruby
-
Updated
Jul 31, 2020 - Ruby
-
Updated
Jul 28, 2020
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 19, 2020 - Go
-
Updated
Oct 20, 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 9, 2020 - XSLT
-
Updated
Oct 15, 2020 - Python
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Feb 23, 2017 - Scala
-
Updated
Jul 18, 2020 - Ruby
-
Updated
Oct 9, 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 20, 2020 - Rust
-
Updated
Oct 30, 2018 - JavaScript
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, in
testing/todocheck_test.go, there are two tests which are actually unit tests, while the tests in this file are meant to be system tests - testing the todocheck binary in a black box manner.The tests are:
TestValidOriginsTestInvalidOriginsWhat to do about it?
validation/validation_test.go.makestep for running