tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
163 stars 23 forks source link

Chore: Create a linter to check the title of README.md is the same as the parent directory's name #66

Open nascentcore-eng opened 1 year ago

nascentcore-eng commented 1 year ago

Context The naming convention is to set the title of README.md to the name of the parent directory. (With the first char being upper case) But people do not follow that.

Objective This linter should reject PRs that add README.md with a title differs from the parent directory.

Proposed solution Some kind of shell script