-
Python is liberal about what a float looks like, humans have more problems. A leading or trailing . is easy to miss, and with the wrong font or size, can look like a ,, impeding readability (and the t…
-
Hello there,
We had some troubles with `ruby-jwt` in production recently. The reason was that we put the unix timestamp as seconds since epoch in `iat`, but inside `verify_iat` ruby-jwt casts it us…
ghost updated
11 months ago
-
Checklist of things I want to clean up in the code that aren't going to be visible to users, just devs:
1. [ ] (style) Use consistent names for variables across the codebase, e.g. we should decide to…
-
### Description:
Running any sam local commands results in this error. Randomly started happening yesterday and I'm unable to run `sam local`
I'm unable to run any sam commands locally included sa…
-
https://checkstyle.org/config_whitespace.html#NoWhitespaceAfter
```
/var/tmp $ javac Foo.java
/var/tmp $ cat config.xml
…
-
### Description
Im using RESTler on Vampi, a deliberately vulnerable application- https://github.com/erev0s/VAmPI
In the app, there is a BOLA vuln where one user can create a new book (`POST /boo…
-
**Describe the bug**
The syntax checker rejects a case where there are variables named `int`. While it technically is invalid SystemVerilog syntax, it is valid Verilog (since there was no type `int`,…
-
I'm looking for an option to check for whitespaces around operators, but cannot find it, yet.
I did find a mention of this feature not being implemented yet, from 2016 though.
examples would be
…
-
Continuing #3203
Code:-
```
class T {
int[] arr = {1,2};
}
```
Config:-
```
```
```
$ java -jar checkstyle-8.41-all.jar -c c.xml T…
-
````
$ cat TestClass.java
public class TestClass {
void method() {
OtherClass dummy = new OtherClass() {
};
}
public static class OtherClass {}
}
$ cat TestCon…