Skip to content

Commit

Permalink
remove all semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 26, 2014
1 parent 4399b0c commit cbac30c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .rubocop.yml
Expand Up @@ -153,12 +153,6 @@ Style/NegatedIf:
Style/NumericLiterals:
MinDigits: 4

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowAsExpressionSeparator.
Style/Semicolon:
Enabled: false

# Offense count: 33
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/BootGRUB2EFI.rb
Expand Up @@ -84,7 +84,7 @@ def Propose
BootCommon.pmbr_action = :add if !BootCommon.was_proposed || Mode.autoinst || Mode.autoupgrade

# set secure boot always on (bnc #879486)
BootCommon.setSystemSecureBootStatus(true) if !BootCommon.was_proposed && Arch.x86_64;
BootCommon.setSystemSecureBootStatus(true) if !BootCommon.was_proposed && Arch.x86_64
end

# Display bootloader summary
Expand Down

0 comments on commit cbac30c

Please sign in to comment.