cpp-linter / cpp-linter-rs

A CLI tool that scans a batch of files with clang-tidy and/or clang-format, then provides feedback in the form of comments, annotations, summaries, and reviews.
https://cpp-linter.github.io/cpp-linter-rs/
MIT License
1 stars 0 forks source link

Question about the project name #46

Closed shenxianpeng closed 1 month ago

shenxianpeng commented 2 months ago

Just curious, the project was named with an underscore instead of a hyphen. It might be more common to use a hyphen, setuptools-scm renamed recently. Maybe this isn't the case for the Rust project.

2bndy5 commented 2 months ago

I agree. I was afraid to mess up things. There are some external integrations that would need to be updated as well

I have to look into this more. I'm not sure if it's possible after publishing some pre-releases.

2bndy5 commented 1 month ago

The repo name uses underscores, but all packages published use hyphens (see install instructions in README). Did you want to rename the repo?

shenxianpeng commented 1 month ago

It would make sense to rename the repo to align with the package naming conventions.

2bndy5 commented 1 month ago

I'm worried it might mess up package indexes (npmjs, pypi, crates-io). I'll try it out after I get #47 merged. I plan on another pre-release candidate. It may be more work than it is worth though.

2bndy5 commented 1 month ago

done. I had nothing to worry about.