GitXplorerGitXplorer
p

kowners

public
1 stars
0 forks
4 issues

Commits

List of commits on branch main.
Unverified
4b254efcf098b0848fe7b9e23f6019212b7f8120

Just upload the jar

ppgreze committed 4 years ago
Unverified
dc577f85f7ffd50889b05d3024c331bef7e672a1

Fix fat jar name/path

ppgreze committed 4 years ago
Unverified
70d1c762c2b023426428904f7233d5e99a2e6d7b

Downgrade gradle 7.0->6.8.3 cos https://github.com/palantir/gradle-graal/issues/421

ppgreze committed 4 years ago
Unverified
4930a9928751d7d56e325f8ffbec92ff24370238

max -> maxOrNull

ppgreze committed 4 years ago
Unverified
74f1575460585ae7fd26186d96fb41be7e25299e

Use jcenter only for org.jetbrains.kotlinx:kotlinx-html-jvm

ppgreze committed 4 years ago
Unverified
d4890b0485989bdcf58180462e98ac301d77dc2e

Solve ktlint error

ppgreze committed 4 years ago

README

The README file for this repository.

kowners

Build

Kotlin support for Github code owners files.

Features:

  • blame: display how many files are covered by each ownership rules.
  • coverage: display the percentage of files covered by each ownership rules.
  • query: display the potential owner and sub-hierarchy owners for each versioned file.

Use from command line

Official releases

See artifacts from https://github.com/pgreze/kowners/releases

Example for Linux:

unzip kowners-linux.zip
./kowners

From latest commits

See artifacts from https://github.com/pgreze/kowners/actions/workflows/main.yml

For the jar distribution:

unzip kowners-jar.zip
java -jar kowners.jar

For the graalvm distribution:

unzip kowners-macos.zip
chmod +x kowners
[ "$(uname)" = "Darwin" ] && sudo xattr -r -d com.apple.quarantine kowners
./kowners

TODO