-
Due to the use of the tag with no href in the component, the console is marked with a few warnings about accessibility. I realize this is just a warning and is being caused by a linting plugin but w…
-
Currently the README is very bare bones. It should at least contain some info about
- the goal of the project
- links to the design documents
- how to get started
- how to develop on it
- how t…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
`redundant…
-
I have a project where I put lots of virtual environments under `.mam`. I've generated a config using `bellybutton init` and then excluded that directory with the following settings file:
```
sett…
-
In my pipeline the paths are cut off:
`alidate.yml` should be `/tasks/validate.yml`
`ain.yml:` should be `/meta/main.yml`
```
Run ibiqlik/action-yamllint@v3
Run # export LOGFILE=$(mktemp yamlli…
-
Rainy Day low priority issue to keep things clean
- [x] Kotlin linting for orders api
- [ ] Golang linting for users api
- [ ] terraform linting for all terraform directories
-
This is for any suggestions and discussion regarding new and/or breaking changes for CFLint's configuration in v2.0. Most of this is copied from Issue #352. All of my suggestions were taken from other…
-
Usage would look like this:
1. Create this file: `/scripts/documentationLinter.js`.
```js
import { doxenLinter } from 'vue-doxen';
import { demos } from '../src/demos/index.js';
…
-
### Description of the bug:
I added a `load` statement into one of my .bzl files:
```
load("@contrib_rules_jvm//java:defs.bzl", "java_junit5_test")
```
and running `info` gave me this:
``…
-
Hello,
We're trying out font loading using the technique described in this article:
https://www.filamentgroup.com/lab/font-events.html
Basically, the `html` or `body` element gets a class app…