-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from bastelfreak/slashn
Fail if metadata.json has no proper newline
- Loading branch information
Showing
5 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
$LOAD_PATH.unshift(File.expand_path('../../lib', __dir__)) | ||
require 'metadata-json-lint/rake_task' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Error: metadata.json does not have a valid newline at the end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "puppetlabs-postgresql", | ||
"version": "3.4.1", | ||
"author": "Inkling/Puppet Labs", | ||
"summary": "A metadata.json file without a newline at the end", | ||
"license": "Apache-2.0", | ||
"source": "git://github.com/puppetlabs/puppet-postgresql.git", | ||
"project_page": "https://github.com/puppetlabs/puppet-postgresql", | ||
"issues_url": "https://github.com/puppetlabs/puppet-postgresql/issues", | ||
"operatingsystem_support": [ | ||
], | ||
"requirements": [ | ||
], | ||
"dependencies": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters