Skip to content

Commit

Permalink
fix: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Dec 18, 2023
1 parent d6d9602 commit bd7cf8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AllCops:
TargetRailsVersion: 7.0
DisabledByDefault: true
SuggestExtensions: false
DisplayStyleGuide: true
Exclude:
- 'vendor/**/*'
- 'node_modules/**/*'
Expand Down
2 changes: 1 addition & 1 deletion app/models/debug_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def bundle_id
proguard.object
end
end
alias package_name bundle_id
alias_method package_name bundle_id

# iOS only
def main_object
Expand Down

0 comments on commit bd7cf8d

Please sign in to comment.