Robert Rathsack

Results 4 comments of Robert Rathsack

I would also like to have this kind of feature, e.g. when an interesting detail in the default output is missing. Github CLI also offers this kind of request option...

Because the suggestion of using `process.env.FOO = undefined` will result in wrong code, therefore the rule should at least exclude `process.env`. I don't know how the rules are working in...

The documentation clearly states > Use delete to delete a property from process.env. > > ```js > const { env } = require('node:process'); > > env.TEST = 1; > delete...

I mostly used lombok to get a shorter unit test without the getter/setter noise. I removed lombok and also tried jackson 2.18, but without success. I pushed the change as...