diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-02-01 12:21:11 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-02-01 12:21:11 -0500 |
commit | 5beb31ac37216bb0d97a255ae0a3e2fc5bf5e5d2 (patch) | |
tree | e88b920561b01b1358aa81ce7bfa89eaae02062c /Rakefile | |
parent | a81ccd80db07571a8b094b905112935bc42b4b7f (diff) |
Remove Gemfile and Rakefile
We are not running syntax and lint jobs in THT for master & newton,
let's remove useless files.
Change-Id: Ia572a0eb8872ab199bc68a51750dfc17ca5ee034
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile deleted file mode 100644 index 97f47613..00000000 --- a/Rakefile +++ /dev/null @@ -1,7 +0,0 @@ -require 'puppetlabs_spec_helper/rake_tasks' -require 'puppet-lint/tasks/puppet-lint' - -PuppetLint.configuration.fail_on_warnings = true -PuppetLint.configuration.send('disable_80chars') -PuppetLint.configuration.send('disable_autoloader_layout') -PuppetSyntax.fail_on_deprecation_notices = false |