Page MenuHomePhabricator

Add a `puppet-lint` linter.
ClosedPublic

Authored by joshuaspence on May 6 2014, 3:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 11:28 PM
Unknown Object (File)
Sun, Nov 17, 12:20 AM
Unknown Object (File)
Sat, Nov 16, 4:33 AM
Unknown Object (File)
Tue, Nov 12, 4:33 AM
Unknown Object (File)
Fri, Nov 8, 6:05 AM
Unknown Object (File)
Tue, Nov 5, 11:58 PM
Unknown Object (File)
Thu, Oct 24, 11:12 PM
Unknown Object (File)
Wed, Oct 23, 5:45 PM
Subscribers

Details

Summary

This linter is a wrapper around puppet-lint.

Test Plan

Wrote an executed unit tests.

Diff Detail

Repository
rARC Arcanist
Branch
puppet-lint
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 263
Build 263: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Add a `puppet-lint` linter..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

Minor technical nits, but the sprintf() seems like a leftover?

src/lint/linter/ArcanistPuppetLintLinter.php
45

sprintf('%s', ...) has no effect?

58

Maybe explode('|', $line, 5) to handle the case where %{message} contains | for some reason?

This revision now requires changes to proceed.May 6 2014, 3:30 AM
src/lint/linter/ArcanistPuppetLintLinter.php
45

Yep, let me do this a better way.

58

Good catch.

epriestley edited edge metadata.
This revision is now accepted and ready to land.May 6 2014, 3:42 AM
epriestley updated this revision to Diff 21351.

Closed by commit rARC8523b98f396d (authored by @joshuaspence, committed by @epriestley).