Skip to content

benner/pronto-doc8

Repository files navigation

Pronto runner for doc8

Pronto runner for doc8, command-line tool to check C/C++ files for style issues following Google's C++ style guide. What is Pronto?

Usage

  • gem install pronto-doc8
  • pronto run
  • PRONTO_DOC8_OPTS="--max-line-length=128" pronto run for passing CLI options to doc8

Contribution Guidelines

Installation

git clone this repo and cd pronto-doc8

Ruby

rbenv install 3.1.0 # or newer
rbenv global 3.1.0 # or make it project specific
gem install bundle
bundle install

Make your changes

git checkout -b <new_feature>
# make your changes
bundle exec rspec
gem build pronto-doc8.gemspec
gem install pronto-doc8-<current_version>.gem
pronto run --unstaged

Changelog

0.1.0 Initial public version.

About

pronto plugin for doc8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages