Leandro Aparecido

Results 5 issues of Leandro Aparecido

I can connect to my mongodb server with this command: mongo host:port/admin -u user -p password-with-special-chars-like-@ But I cannot connect with your plugin, it says "{ "ok" : 0.0, "errmsg"...

bug

Javadoc validation checks generated code by default and generates warnings for missing tags on generated code. It could be resolved by copying javadoc into the generated code because simply ignoring...

enhancement
up-for-grabs

It'd be nice to format json/yaml files with alphabetically sorted properties for consistency reasons, unfortunately Jackson's `SORT_PROPERTIES_ALPHABETICALLY` is a `MapperFeature` so it cannot be enabled through Spotless right now because...

enhancement

GitHub is showing the following warning when this action is executed: `Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Slashgear/[email protected]. For more information see:...

The [documentation](https://github.com/diffplug/spotless/tree/main/plugin-gradle#flexmark) says configuration options aren't available but the default configuration sets no limit for line length which kind of makes formatting markdown useless because each developer can make lines...

enhancement