latest 20 messages by Laaw
+
[2016-06-06T20:35:10Z]
Laaw
okay so turns out you can set a success message, and I can set that to be whatever the lint score was
+
[2016-06-06T20:21:18Z]
Laaw
but yeah I guess I could set the check to "fail" below a threshold, and for more info the person could click on the "more info" link
+
[2016-06-06T20:20:22Z]
Laaw
there is no failure, only information, would be its purpose
+
[2016-06-06T20:15:01Z]
Laaw
rather than pass/fail?
+
[2016-06-06T20:14:54Z]
Laaw
is there a way to pass a lint score to a github PR check?
+
[2015-11-13T20:21:24Z]
Laaw
very very cool
+
[2015-11-13T20:19:09Z]
Laaw
Seveas: does that work via tagging?
+
[2015-11-13T20:18:18Z]
Laaw
actually I very much like that, though it does overload "version"
+
[2015-11-13T20:18:03Z]
Laaw
that definitely carries meaning
+
[2015-11-13T20:17:56Z]
Laaw
oh yeah that does make some sense
+
[2015-11-13T20:17:21Z]
Laaw
what I mean is I can't determing if it's a later or earlier version based solely on git hash
+
[2015-11-13T20:17:05Z]
Laaw
it doesn't evaluate the same way
+
[2015-11-13T20:16:44Z]
Laaw
or some toy version that specifically denotes that it carries no meaning and is divorced from your actual versioning pattern
+
[2015-11-13T20:16:27Z]
Laaw
it could display 'DEVELOP'
+
[2015-11-13T20:16:16Z]
Laaw
git'll even tell you/them how many commits behind HEAD they are
+
[2015-11-13T20:15:56Z]
Laaw
you can tell if they're up to date or not
+
[2015-11-13T20:15:49Z]
Laaw
and since 1.3 is a specific tag with a specific hash
+
[2015-11-13T20:15:33Z]
Laaw
you're either on 'develop' or 1.3, or release/1.3
+
[2015-11-13T20:15:16Z]
Laaw
1.3-dev shouldn't exist
+
[2015-11-13T20:14:20Z]
Laaw
"installs the git portion of your application" huh