Skip to content

Commit fc60e01

Browse files
committed
Fix rubocops
1 parent 313924c commit fc60e01

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
AllCops:
22
TargetRubyVersion: 2.5
33

4+
Style/Documentation:
5+
Enabled: false
6+
47
Style/StringLiterals:
58
Enabled: true
69
EnforcedStyle: double_quotes

lib/tokenable/authable.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# The main controller concern that will be injected to the application
24
module Tokenable
35
module Authable

lib/tokenable/railtie.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require_relative "authable"
24

35
module Tokebale

0 commit comments

Comments
 (0)