Malte Laukötter

Results 4 issues of Malte Laukötter

### Platform Docker ### Query `8a301064-c291-4b20-adcb-403fe7fd95fd` ### Description The query currently checks that the `SHELL` instruction is not used at all in a Dockerfile. Instead, it suggests changing the shell...

query
community

### Platform Docker ### Query `68a51e22-ae5a-4d48-8e87-b01a323605c9` ### Description Currently, this query detects an issue when a `COPY` instruction references another docker image using `--from` and this image is not defined...

query
community

### Platform Docker ### Query `f4a6bcd3-e231-4acf-993c-aa027be50d2e` ### Description In long `RUN` commands there sometimes exists `cd`s in the middle of the Instruction to change a directory. It is not helpful...

query
community

When transpiling the following css using `--supported:nesting=false` the child combinator within the `:has` vanishes ``` .a :has(> .c) { .b & { background-color: green; } } ``` result: ``` .b...