-
Updated
Mar 23, 2022 - Vim script
linters
Here are 160 public repositories matching this topic...
-
Updated
Mar 25, 2022 - Lua
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 13, 2022 - Ruby
-
Updated
Mar 7, 2022
-
Updated
Mar 25, 2022 - Ruby
-
Updated
Mar 25, 2022 - Go
-
Updated
Mar 24, 2022 - Python
-
Updated
Mar 24, 2022 - Python
if you run todocheck help instead of todocheck --help instead of getting an error, you'll get the usual app run.
In this case, some error should show up instead.
-
Updated
Feb 28, 2022 - TypeScript
-
Updated
Mar 24, 2022
Hi, EditorConfig Checker Workgroup:
I hope add .ecrc file json schema definition to SchemaStore registry
provide the configuration file code suggestion for IDE or editor.
-
Updated
Mar 12, 2022 - Python
-
Updated
Mar 5, 2022 - Lua
Publish Docker Image
It will be great to have a docker image that one can run locally or in CI instead of needing to install/download a binary.
-
Updated
Jan 29, 2022
-
Updated
Oct 18, 2021 - Kotlin
-
Updated
Jul 13, 2020 - TypeScript
-
Updated
Mar 1, 2022 - XSLT
// 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
Mar 9, 2022 - Python
-
Updated
Dec 11, 2021 - JavaScript
-
Updated
Mar 16, 2022 - Lua
-
Updated
Dec 25, 2021 - 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 we use
annotate-snippetscrate to display diagnostics indlintanddeno linthas its own diagnostics display API.We should try out https://docs.rs/miette/4.2.1/miette/ which seems to be well suited for this task and is now used by SWC:
swc-project/swc#3946