mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Enable LineLength cop.
This commit is contained in:
parent
98d6a7fab7
commit
2ba8bdc8d5
2 changed files with 5 additions and 6 deletions
|
@ -200,11 +200,10 @@ Style/Lambda:
|
|||
Layout/LeadingCommentSpace:
|
||||
Enabled: false
|
||||
|
||||
# TODO
|
||||
# Offense count: 218
|
||||
# Configuration parameters: AllowURI.
|
||||
Metrics/LineLength:
|
||||
Max: 340
|
||||
Exclude:
|
||||
- 'spec/**/*.rb'
|
||||
- 'Rakefile'
|
||||
|
||||
# TODO
|
||||
# Offense count: 28
|
||||
|
|
4
Rakefile
4
Rakefile
|
@ -70,8 +70,8 @@ namespace :all do
|
|||
task :build => ['ruby:build'] + \
|
||||
WindowsPlatforms.map {|p| "windows:#{p}:build"}
|
||||
|
||||
desc "Create tag v#{RestClient::VERSION} and for all platforms build and push " \
|
||||
"rest-client #{RestClient::VERSION} to Rubygems"
|
||||
desc "Create tag v#{RestClient::VERSION} and for all platforms build and " \
|
||||
"push rest-client #{RestClient::VERSION} to Rubygems"
|
||||
task :release => ['build', 'ruby:release'] + \
|
||||
WindowsPlatforms.map {|p| "windows:#{p}:push"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue