Will Moss
Will Moss
It appears from [here](https://github.com/nebula-plugins/gradle-lint-plugin/blob/4cb52442661fc5659b784eae0ef9feb8071d38a2/src/main/groovy/com/netflix/nebula/lint/plugin/GradleLintPlugin.groovy#L32) that `fixGradleList` (and the other gradle tasks) are not applied to subprojects. Is there a way to allow this? I work in a large enterprise build...
@shauntarves I'm curious if you've looked into the Home Monitoring parts at all and whether you think it would be possible to control the alarm, specifically setting it in Home...
This allows the regex used to extract the device id to be overriden per metric. This required a little reorganizing of where the device id is parsed from the topic...
We are doing our best to allow the values stored to general, we might as well make the name general too :)
It's only there to give the type system a kick start, but this can also be accomplished by wrapping things in the monad. This would, honestly, be kind of nice...
data is a common field name in protocol buffers, we should avoid using it in the constructor for ProtoBase because it means you can't set that field using the generated...