Make Rubocop happy

This commit is contained in:
Penar Musaraj 2019-07-29 21:31:07 -04:00
parent de60de90c2
commit d7133a44da
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class MigrateSteamAuthData < ActiveRecord::Migration[5.2]
def up
execute <<~SQL

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class Auth::SteamAuthenticator < ::Auth::ManagedAuthenticator
def name
'steam'

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class EnableSteamLoginsValidator
def initialize(opts = {})
@opts = opts

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# name: Steam authentication with Discourse
# about: Authenticate with Discourse with Steam
# version: 2.0.1