-
To reproduce, execute the following mutation twice against the ktor example:
```
mutation {
createUFOSighting(
input: {
country: { city: "", comments: "", country: "", state: "" }
…
-
We Should actually demand message to be always specified. (even Check has only one message)
I more and more inclined to think that it will be better to have violation message at all cases to let re…
-
### Version
5.4.1
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
```javascript
import * as echarts from "echarts";
echarts.init(container);
```
### Current Behavior
…
-
Single-line comments are (IMO) the most useful for developers as they provide context but having them grouped in a review with a comment of its own is still helpful. Except in this case (using both) i…
-
Noticed in many PR's, it is difficult to make sure that all BDD and documentation related comments (`// ok` and `// violation`) adhere to consistent format. We can save time in PR reviews by adding `R…
-
As discussed [here](https://expensify.slack.com/archives/C05LX9D6E07/p1728308030308049), let's add transaction and transaction violation data to debug mode.
cc @pac-guerreiro
Issue OwnerCurrent …
-
From https://github.com/checkstyle/checkstyle/pull/13219#discussion_r1228944093
Currently, only `// violation` comments are supported but examples and tests are not limited to Java files. It would …
-
Would it be possible to update the dependencies for the maven plugin so that it requests for the latest versions of violation-comments-lib and violation-lib? The gradle plugin for example requires a r…
-
We are getting fairly close to being fully PSR-12 compliant and have complete documentation.
There are currently 1700 code sniffer violation, most of them being missing variable comments and some mi…
-
**Describe the bug**
`warn(message, fileName)` adds the message into the mainComment rather than adding a file comment
Here an example of entire file comment:
This happens because a warning…