cedarcode / webauthn-ruby

WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
https://rubygems.org/gems/webauthn
MIT License
649 stars 53 forks source link

Rubocop: ignore vendor directory #321

Closed bdewater closed 4 years ago

bdewater commented 4 years ago

When bundler installs gems to the vendor directory, rubocop by picks up their configuration and tries to lint these files as well, leading to false positives.

Ran into this while trying to run Rubocop for https://github.com/cedarcode/webauthn-ruby/pull/296 locally.