Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to lab linter. fix all linter complaints #14

Merged
merged 1 commit into from
Jul 5, 2015
Merged

Conversation

mark-bradshaw
Copy link
Owner

No description provided.

@@ -108,7 +109,7 @@ var loadPolicies = function (server, options, next) {
data.names.push(match[1]);

// Add this policy function to the data object
var policy = require(path.join(options.policyDirectory, filename));
var policy = require(Path.join(options.policyDirectory, filename));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'require' is not defined.

mark-bradshaw added a commit that referenced this pull request Jul 5, 2015
switch to lab linter.  fix all linter complaints
@mark-bradshaw mark-bradshaw merged commit c13dc02 into develop Jul 5, 2015
@mark-bradshaw mark-bradshaw deleted the linter branch July 5, 2015 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants