berthin

Results 6 comments of berthin

I was playing a bit with colorscheme v0.4.0 + Chart.js, and until v2.9.4 the plugin seems to work, but for newer versions (+3.0.2), colorscheme is broken with the following error:...

@mrname, @rochacbruno: I suggest not to use "LOWERCASE" as the name for the new argument to bypass "upperfy" because I think a config field name can be by default in...

Got same issue and request. My local vscode instance is running on a windows and the vscode server on a remote docker container. Bang commands use the shell from the...

The workaround I use is ``` # cmake-format: off # cmake-lint: disable=E1120 # cmake-format: on ``` but this is kind of ugly to be honest

The issue is related with one liners. Expressions like: ``` listOfElements.findAll { condition(it) } ``` or ``` try { ... } catch ( e ) { /* DO NOTHING */...

After looking at https://github.com/nvuillam/npm-groovy-lint/blob/main/lib/rules/IndentationComments.js, I think the heuristic rule to indent comments is wrong. It's purely based on the indentation of the next line, which means: ``` def function() {...