Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125292
Rakefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
794 B
Subscribers
None
Rakefile
View Options
require 'rubygems'
require 'puppetlabs_spec_helper/rake_tasks'
exclude_paths = [
"pkg/**/*",
"vendor/**/*",
"spec/**/*",
]
require 'puppet-doc-lint/rake_task'
PuppetDocLint.configuration.ignore_paths = exclude_paths
require 'puppet-lint/tasks/puppet-lint'
require 'puppet-syntax/tasks/puppet-syntax'
PuppetSyntax.exclude_paths = exclude_paths
PuppetSyntax.future_parser = true if ENV['FUTURE_PARSER'] == 'true'
disable_checks = [
'80chars',
'class_inherits_from_params_class',
'class_parameter_defaults',
'documentation',
'single_quote_string_with_variables'
].each { |check| PuppetLint.configuration.send("disable_#{check}") }
PuppetLint.configuration.ignore_paths = exclude_paths
PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sat, Jun 21, 8:26 PM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3311610
Attached To
R150 puppet-elastic-elasticsearch
Event Timeline
Log In to Comment