Tim Malone

Results 29 comments of Tim Malone

/remove-lifecycle stale

+1 to this. In the meantime, hunting through the source of gulp-htmlhint, it appears the addRule function is passed through to htmlhint. So, you could do this: ``` htmlhint.addRule({ id:...

It looks like that only happens if [the path is supplied as a string](https://github.com/bezoerb/gulp-htmlhint/blob/75e3f5344faa8972abd88c17c9b83f6929a37b83/index.js#L51-L57). If you supply it as eg. `{ htmlhintrc: '/absolute/path/to/.htmlhintrc' }` you should be right.

> Should we expand the scope of this to include propagating K8s labels to AWS tags and giving you the ability to assign labels used for resources within certain namespaces,...

@creativeux & others, please refrain from posting +1 comments or other comments that don’t add to the discussion. It increases noise for everyone subscribed to the issue. Use the emoji...

This is sort of like jitter for minute-by-minute schedules... but by minute instead. Anyway, perhaps it might be possible to suggest to users to choose a random minute themselves? Something...

Nice! I guess this ticket should be closed and go to [Shipped](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/projects/1#column-6024500)?

What about support for Ctrl+C? That's the first thing I tried...

fwiw, [Landscape](https://github.com/coinbase/terraform-landscape/) is a good solution to this: ``` $ terraform plan | landscape No changes. ```

> Landscape is suitable only for advanced users. I beg to differ - it's quite simple, as I showed in my example above. Though I understand it would be much...