Nobody should have to Google an error your organization fixes 100,000 times a year.
Your build failed the linter:
foo.rb line #123 Don’t use hashrockets (=>) use {x: “something”}
Consider setting your IDE to lint on save. Instructions here: ...
This look wrong? Correct slack channel to raise in: #foo
You should cheat the heck out of your local setup by embedding knowledge of how your organization works: where do questions get asked, what are local expectations, etc
e.g. We had that working for CI doing lint of Ruby but not for lint of a particular React project. I got frustrated about that and spent 10 minutes Googling. Fixed forever.