Skip to content

Commit

Permalink
Rubocop: Update configuration and todo file
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Apr 23, 2021
1 parent c7aaa21 commit ab6f822
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ Style/TrailingCommaInLiteral:
# sane line length
Metrics/LineLength:
Max: 120
IgnoreCopDirectives: true
Exclude:
- 'features/**/*'

Style/FrozenStringLiteralComment:
Enabled: false

TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
2 changes: 1 addition & 1 deletion lib/modulesync/git_service/gitlab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class GitLab < Base
def initialize(token, endpoint)
@api = Gitlab::Client.new(
:endpoint => endpoint,
:private_token => token
:private_token => token,
)
end

Expand Down

0 comments on commit ab6f822

Please sign in to comment.