Socket
Book a DemoInstallSign in
Socket

guard-codespell

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guard-codespell

0.1.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

guard::codespell

guard-codespell helps in keeping your code typo free by running codespell when files are modified

Installation

Please make sure to have Guard and codespell installed before you start.

Add guard-codespell to your Gemfile.

group :development do
  gem 'guard-codespell'
end

and then execute:

$ bundle install

Usage

See guard documentation for how to add a guard plugin and how to use guard.

Configuration

Some configuration options are available to use with guard-codespell.

OptionTypeDescription
all_on_startBooleanRun codespell when starting guard
configStringPath to a codespell config file
debugBooleanShow the codespell command that is used when guard-codespell runs
only_git_changesBooleanOnly run codespell on files tracked by git (the result of git status --porcelain is used to create the list of files to check for errors.

Here's an example on how to use those options in your Guardfile

guard :codespell, config: ".codespellrc", debug: true, only_git_changes: true do
end 

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hooktstudios/guard-codespell. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Guard::Codespell project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

FAQs

Package last updated on 29 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.