Skip to content

Commit

Permalink
[ci] Fix EmptyLinesAroundBeginBody complains
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kang committed Dec 11, 2017
1 parent 32d7ac0 commit e709d72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
Layout/DotPosition:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Layout/EmptyLinesAroundBeginBody:
Exclude:
- 'src/api/app/controllers/webui/patchinfo_controller.rb'

# Offense count: 35
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Expand Down
1 change: 0 additions & 1 deletion src/api/app/controllers/webui/patchinfo_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ def new_tracker
end
if issue.length > 1
begin

issueurl = IssueTracker.find_by_name(issue[0])
if issueurl
Rails.logger.debug "URL2 #{issueurl.inspect}"
Expand Down

0 comments on commit e709d72

Please sign in to comment.