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

Add option to configure the format of linter messages #47

Merged
merged 4 commits into from
Aug 7, 2015

Conversation

Holiverh
Copy link
Contributor

@Holiverh Holiverh commented Jul 4, 2015

This is an alternative prospective fix for #28. It adds a new string setting, messageFormat which can contain format specifiers for the full Pylint message (%m), the message ID (%i) and the message symbol/human-readable ID (%s). The default value is set to %m which means the current default behaviour would be maintained.

This is similar to what status-bar does for formatting the cursor position. I think its nice for packages to not be too opinionated on how it should format things like this.

This PR would supersede #43.


This change is Reviewable

@steelbrain steelbrain self-assigned this Aug 5, 2015
@steelbrain
Copy link
Contributor

Beautiful, will test and merge soon.

steelbrain added a commit that referenced this pull request Aug 7, 2015
Add option to configure the format of linter messages
@steelbrain steelbrain merged commit 5bde93f into AtomLinter:master Aug 7, 2015
@SpainTrain
Copy link
Member

👍 When will this change show up in apm?

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.

3 participants