Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
🚨 Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 5, 2024
1 parent 869d6a3 commit 66be8de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .rubocop_gradual.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"bin/bundle:4028066867": [
[64, 5, 20, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2485198147]
],
"lib/open_id_authentication.rb:3708154332": [
[12, 3, 74, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3192095706],
[16, 3, 41, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1311143794],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Accessing AX data is very similar to the Simple Registration process, described
This would provide the sreg data for :email via registration, and the AX data for http://schema.openid.net/birthDate via ax.

## TODO

- More tests

## Credits
Expand Down
2 changes: 1 addition & 1 deletion bin/bundle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ m = Module.new do
end

def bundler_requirement
@bundler_requirement ||=
@bundler_requirement ||= # rubocop:disable ThreadSafety/InstanceVariableInClassMethod
env_var_version ||
cli_arg_version ||
bundler_requirement_for(lockfile_version)
Expand Down

0 comments on commit 66be8de

Please sign in to comment.