1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
507 stars 163 forks source link

Add job to locally lint changes before pushing to remote #383

Closed SimonBarendse closed 6 months ago

SimonBarendse commented 9 months ago

Overview

You can now check if your code passes the lint rules by running make lint locally.

Type of change

- [ ] Created a new plugin - [ ] Improved an existing plugin - [ ] Fixed a bug in an existing plugin - [x] Improved contributor utilities or experience ## How To Test 1. Run `make lint`. 2. That's it :tada: ## Changelog This is an internal change (i.e. not to be included in CLI release notes). Change: You can now check if your code passes the lint rules by running `make lint` locally.