We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad41470 + 5c2c658 commit c268965Copy full SHA for c268965
.rubocop.yml
@@ -25,3 +25,4 @@ Style/Documentation:
25
Rails/LexicallyScopedActionFilter:
26
Exclude:
27
- 'app/controllers/users/sessions_controller.rb'
28
+
app/services/turnstile_verifier.rb
@@ -32,7 +32,7 @@ def verify
32
33
private
34
35
- def attempt_verification?
+ def attempt_verification # rubocop:disable Naming/PredicateMethod
36
MAX_RETRIES.times do |attempt|
37
return true if successful?(attempt)
38
0 commit comments