Skip to content
This repository was 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
Contributor

@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
Contributor

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
Contributor

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
Development

Successfully merging this pull request may close these issues.

2 participants