Michael Federczuk

Results 4 issues of Michael Federczuk

#### For bugs - Rule Id: `SC2154` - My shellcheck version: `0.7.1` - [x] The rule's wiki page does not already cover this (https://shellcheck.net/wiki/SC2154) - [x] I tried on and...

When destructured parameters in a lambda are put on separate lines with trailing commas turned on, the error `Missing newline after "," (wrapping)` is issued just after the final trailing...

Hello, I've recently noticed that the DJI SDK includes the [`com.vividsolutions:jts:1.8`](https://mvnrepository.com/artifact/com.vividsolutions/jts/1.8) library, which is licensed under the [LGPLv3](https://www.gnu.org/licenses/lgpl-3.0.html). `./gradlew dependencies` output: ![image](https://user-images.githubusercontent.com/14075939/142599747-21ba0ae9-1c82-469f-aa8f-8c24b7bfd707.png) According to sections 4a and 4b of the...

## Description This PR adds the options `--patterns-from-stdin[=]` and `-z` that'll read patterns separated by a delimiter (default is newline, giving an empty string or using the `-z` option is...