ErrLookup › varvet/pundit

varvet/pundit

Minimal authorization through OO design and pure Ruby classes · Ruby · 16 source files

Analyzed at 06318683c9 on 2026-08-21. 6 documented errors.

Code / MessageTypeSeverityTags
You must define #resolve in #{self.class}
exception error ruby, pundit, authorization, abstract-method, policy-scope, no-method-error
Invalid #<#{policy_scope_class}> constructor is called
exception error ruby, pundit, authorization, constructor, arity-mismatch, policy-scope, invalid-constructor-error
Invalid #<#{klass}> constructor is called
exception error ruby, pundit, authorization, constructor, arity-mismatch, policy, invalid-constructor-error
unable to find scope `#{find(object)}::Scope` for `#{object.
exception error ruby, pundit, authorization, policy-scope, naming-convention, class-not-found, not-defined-error
unable to find policy `#{find(object)}` for `#{object.inspec
exception error ruby, pundit, authorization, policy, naming-convention, class-not-found, not-defined-error, zeitwerk
No permissions in example metadata, did you forget to wrap w
exception error ruby, pundit, rspec, testing, metadata, key-error, matcher