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

Fixes "Unnamed Linter" badge in linter popup#72

Merged
Arcanemagus merged 2 commits intoAtomLinter:masterfrom
bkrem:fix-provider-name
Sep 21, 2016
Merged

Fixes "Unnamed Linter" badge in linter popup#72
Arcanemagus merged 2 commits intoAtomLinter:masterfrom
bkrem:fix-provider-name

Conversation

@bkrem
Copy link
Contributor

@bkrem bkrem commented Sep 21, 2016

Currently the linter comes up as "Unnamed Linter" for Atom's in-line linter popups.

This commit fixes this by naming the provider as 'shellcheck'.

Currently the linter comes up as "Unnamed Linter" for in-line linter popups. This commit fixes this by naming the provider as 'shellcheck'.
lib/main.coffee Outdated
helpers = require('atom-linter')
path = require('path')
provider =
name: 'shellcheck'
Copy link
Member

Choose a reason for hiding this comment

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

It looks like the name should actually be ShellCheck from their repo here: https://github.com/koalaman/shellcheck

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point thank you, missed that. Will fix now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed 😄

@Arcanemagus
Copy link
Member

Thanks!

@Arcanemagus Arcanemagus merged commit 291aebd into AtomLinter:master Sep 21, 2016
@bkrem bkrem deleted the fix-provider-name branch September 21, 2016 23:32
@bkrem bkrem restored the fix-provider-name branch September 21, 2016 23:32
@bkrem bkrem deleted the fix-provider-name branch September 21, 2016 23:32
@Arcanemagus
Copy link
Member

Published in v1.2.1. 🎉

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