Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Error group. #90

Merged
merged 1 commit into from
May 11, 2015
Merged

Error group. #90

merged 1 commit into from
May 11, 2015

Conversation

pq
Copy link
Member

@pq pq commented May 10, 2015

Catch-all group for lints that catch possible coding errors.

@danschultz @bwilkerson

@@ -108,10 +110,12 @@ class Group implements Comparable<Group> {

factory Group(String name, {String description: '', Hyperlink link}) {
switch (name.toLowerCase()) {
Copy link
Member

Choose a reason for hiding this comment

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

You might want a Map here rather than a hard-coded list of group names.

@bwilkerson
Copy link
Member

LGTM

pq added a commit that referenced this pull request May 11, 2015
@pq pq merged commit 31f531d into master May 11, 2015
@pq pq deleted the debug_group branch May 11, 2015 17:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants