save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Universal test framework for cli tools [mainly for code analyzers and compilers]

Results 75 save-cli issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.10.2` -> `5.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter-engine/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

For now we have a very pure information about general process of execution of some examples and its configuration We have an directory with examples `examples/kotlin-diktat`, but it's not fully...

documentation
help wanted
tests
refactoring
infrastructure

All flags and types of execution should be documented. Now it's very stale

documentation
help wanted

All flags and types of execution should be documented. Now it's very stale

documentation
help wanted

All flags and types of execution should be documented. Now it's very stale

documentation
help wanted

For now we publish extra artifact, for example on macos we also publish mingw, however it's already done by linux Probably could be done via `matrix.os` and commands `publishKotlinMultiplatform...`, `publishMingwX64Publication...`...

github_actions
infrastructure

We build `save-common` for JS, since we need plugin configurations on frontend. But ProcessBuilder and file system methods are not implemented for JS. Need to resolve these exception. We can...

enhancement

As ProcessBuilder seems very convenient to use in save-cloud due to its multiplatform possibilities and nice interface it might be good idea to move it to external lib and reuse...

refactoring