webhintio / online-service

🔬 Online version of webhint
https://webhint.io/scanner/
Apache License 2.0
93 stars 16 forks source link

Enable compat hints in the online scanner. #677

Closed sarvaje closed 5 years ago

sarvaje commented 5 years ago

Related with https://github.com/webhintio/hint/pull/2925

antross commented 5 years ago

@sarvaje where does this currently need to be enabled? In your production branch, master, or both?

Also, if we need to keep using a separate branch pending the cut-over to serverless, can we push it to this repo?

antross commented 5 years ago

Also, if we need to keep using a separate branch pending the cut-over to serverless, can we push it to this repo?

Or better yet, make it master and move what's in master to a severless branch or similar until we're ready to publish.

sarvaje commented 5 years ago

if the hint is part of web recommended, we just need to update that package, and then, modify the configuration we are using to add those hints. Anyways, I think we should start using configuration-all (I think I already add that dependency to the serverless PR).