-
Many linters now emit json, and we have regular bugs when a linter is emitting json but also emits an error message on stdout.
The loading of the json can be done in coala with appropriate error ch…
-
Louis, massive thanks for creating this much-needed VSCode plug-in. However, I've reached a roadblock trying to set it up after getting your extension installed along with the Groovy Lint one you reco…
-
## Description
Path parameters are singleton resources, and have the schema of `required: true` to specify their _require_ment
```yaml
paths:
/users/{userId}:
get:
summary: Get a…
-
**Is your feature request related to a problem? Please describe.**
a openapi spec file that has 2 tags with the same name doesn't raise an error nor warning about it.
**Describe the solution you'd…
-
Background: In most of my projects I have a `pyproject.toml` file that has the linting rules I use. I want to be able to use a similar file in my IDE settings so that unless overwritten by a project …
-
It would be lovely if this library bundled `git-clang-format`, similar to Angular's `clang-format` library. This would be especially helpful for the use case of the clang formatter in Node.js (if this…
-
Hi, I'm integrating tern.java with IntelliJ and have following usecase:
tern.server.protocol.lint.ITernLintCollector#addMessage provides generic API for all linters, I'd like to have however access t…
zielu updated
8 years ago
-
To set up a Deno workspace for your project, you'll want to structure it in a way that allows modularity, ease of development, and scalability. Here's a step-by-step guide to creating a workspace in D…
-
## Overview
We should add automated linting to our Continuous Integration (CI) pipeline to ensure consistent code style and catch potential errors early in the development process.
## Current Situ…
-
The `lint` command takes around 10 seconds to run. This is fine when it's run on CI, but it feels a bit uncomfortable when run as a part of a push.
Ideally, what we want is something like this:
…