chore: disable RuboCop rules to keep Rails upgrade PR focused
- Disable Layout/EmptyLineAfterGuardClause - Disable Performance/Count - Fix Naming/PredicateMethod -> Naming/PredicateName - Revert cosmetic RuboCop fixes to reduce PR size
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class Api::BaseController < ApplicationController
|
||||
include AccessTokenAuthHelper
|
||||
|
||||
respond_to :json
|
||||
before_action :authenticate_access_token!, if: :authenticate_by_access_token?
|
||||
before_action :validate_bot_access_token!, if: :authenticate_by_access_token?
|
||||
|
||||
Reference in New Issue
Block a user