Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Auto-install linter #15

Merged
merged 1 commit into from
Sep 9, 2015
Merged

Auto-install linter #15

merged 1 commit into from
Sep 9, 2015

Conversation

Arcanemagus
Copy link
Member

Use atom-package-deps to automatically install linter if it isn't already installed.

Closes #14.

Review on Reviewable

Use `atom-package-deps` to automatically install `linter` if it isn't
already installed.
@@ -13,6 +13,7 @@ module.exports =
description: 'Comma separated list of rulesets to use in phpmd.'

activate: ->
require("atom-package-deps").install("linter-phpmd")
Copy link
Contributor

Choose a reason for hiding this comment

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

Single quotes please

Copy link
Member Author

Choose a reason for hiding this comment

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

Ha! Copied that from AtomLinter/linter-ruby#38.

Arcanemagus added a commit that referenced this pull request Sep 9, 2015
@Arcanemagus Arcanemagus merged commit 4af4743 into AtomLinter:master Sep 9, 2015
@Arcanemagus Arcanemagus deleted the linter-autoinstall branch September 9, 2015 19:29
@Arcanemagus Arcanemagus mentioned this pull request Sep 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants