Skip to content

Commit f494e98

Browse files
committed
removing outdated section
1 parent d419312 commit f494e98

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

README.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Codeowners
2+
23
This is a CLI tool to generate [GitHub `CODEOWNERS` files](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) from an existing project assuming certain conventions around file annotations and Ruby/Javascript packages.
34
It's also the [oxidation](https://wiki.mozilla.org/Oxidation) of an existing [CLI tool](https://github.com/rubyatscale/code_ownership) written in Ruby.
45

@@ -24,7 +25,7 @@ Summary
2425
| `codeownership validate` | 44.389 ± 0.219 | 44.014 | 44.738 | 5.90 ± 0.07 |
2526
| `codeowners validate` | 7.521 ± 0.080 | 7.361 | 7.603 | 1.00 |
2627

27-
### Documentation
28+
## Documentation
2829

2930
```text
3031
A CLI to validate and generate Github's CODEOWNERS file
@@ -52,9 +53,9 @@ Options:
5253
Print version
5354
```
5455

55-
#### Getting Started
56+
### Getting Started
5657

57-
See the [CONFIGURATION.md](CONFIGURATION.md) file for more information on how to codeowners.
58+
See the [CONFIGURATION.md](CONFIGURATION.md) file for more information on how to configure codeowners.
5859

5960
#### for-file
6061

@@ -103,24 +104,8 @@ This team owns nothing in this category.
103104
/gems/payroll_calculator/**/**
104105
```
105106

106-
107-
### Adoption
108-
This is an experimental port, use at your own risk and be prepared to fallback to the Ruby implementation if it stops working, if you still wish to adopt it, here are the instructions:
109-
110-
```bash
111-
# sets up a Rust toolchain
112-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
113-
114-
# Compile and install locally
115-
gh repo clone rubyatscale/codeowners-rs
116-
cd codeowners-rs
117-
cargo install --path .
118-
119-
# Set an environment variable that switches ZP's commit hook to use the globally installed binary
120-
echo USE_CODEOWNERS_RS=true >> ~/.zshrc
121-
```
122-
123107
### Development
108+
124109
The CLI is written in Rust. Rust provides strong type gurantees and an great ecosystem of CLI libraries. To be able to compile the code locally, you'll need to setup a rust compiler (See https://rustup.rs/):
125110

126111
```bash

0 commit comments

Comments
 (0)