We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313924c commit fc60e01Copy full SHA for fc60e01
.rubocop.yml
@@ -1,6 +1,9 @@
1
AllCops:
2
TargetRubyVersion: 2.5
3
4
+Style/Documentation:
5
+ Enabled: false
6
+
7
Style/StringLiterals:
8
Enabled: true
9
EnforcedStyle: double_quotes
lib/tokenable/authable.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
# The main controller concern that will be injected to the application
module Tokenable
module Authable
lib/tokenable/railtie.rb
require_relative "authable"
module Tokebale
0 commit comments