Rubocop: no trailing newlines

This commit is contained in:
Dmitriy Zaporozhets 2015-02-02 21:53:27 -08:00
parent 615bb94135
commit d04344373b
9 changed files with 6 additions and 11 deletions

View File

@ -657,7 +657,7 @@ Style/Tab:
Style/TrailingBlankLines:
Description: 'Checks trailing blank lines and final newline.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#newline-eof'
Enabled: false
Enabled: true
Style/TrailingComma:
Description: 'Checks for trailing comma in parameter lists and literals.'
@ -909,7 +909,7 @@ Lint/StringConversionInInterpolation:
Lint/UnderscorePrefixedVariableName:
Description: 'Do not use prefix `_` for a variable that is used.'
Enabled: false
Enabled: true
Lint/UnusedBlockArgument:
Description: 'Checks for unused block arguments.'
@ -966,7 +966,7 @@ Rails/Delegate:
Rails/HasAndBelongsToMany:
Description: 'Prefer has_many :through to has_and_belongs_to_many.'
Enabled: false
Enabled: true
Rails/Output:
Description: 'Checks for calls to puts, print, etc.'

View File

@ -15,4 +15,3 @@ class NamespacesController < ApplicationController
end
end
end

View File

@ -35,4 +35,3 @@ class Projects::RawController < Projects::ApplicationController
end
end
end

View File

@ -254,4 +254,3 @@ module ProjectsHelper
enabled_oauth_providers.include?(:github)
end
end

View File

@ -38,4 +38,4 @@ module Oauth2::AccessTokenValidationService
end
end
end
end
end

View File

@ -9,4 +9,4 @@ if Gitlab::LDAP::Config.enabled?
server = Gitlab.config.ldap.servers.values.first
alias_method server['provider_name'], :ldap
end
end
end

View File

@ -16,4 +16,4 @@ end
if File.exist?(Gitlab.config.gitlab_shell.path) && !File.exist?(gitlab_shell_symlink)
FileUtils.symlink(secret_file, gitlab_shell_symlink)
end
end

View File

@ -9,4 +9,3 @@ module Gitlab
end
end
end

View File

@ -12,4 +12,3 @@ module Gitlab
end
end
end