Project

General

Profile

« Previous | Next » 

Revision 6ebba152

Added by Michael Moll almost 6 years ago

Fixes #19858 - Configure Style/EmptyMethod cop (#5703)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19858 - Configure Style/EmptyMethod cop

View differences:

app/models/auth_sources/auth_source_external.rb
class AuthSourceExternal < AuthSource
include Taxonomix
def authenticate(login, password); end
def authenticate(login, password)
end
def auth_method_name
"EXTERNAL"

Also available in: Unified diff