@@ -23,20 +23,21 @@ To help new or current team members to code in a consistent way, we
2323need to model existing style and use it to lint new code. At
2424source{d}, we call that breakfast. Let's go!
2525
26- ## Lookout
26+ ## source{d} Lookout
2727
2828This problem is one of the many pain points we are currently tackling
29- with [ Lookout] ( https://github.com/src-d/lookout ) , our brand new and
30- awesome assisted code review framework.
29+ with [ source{d} Lookout] ( https://github.com/src-d/lookout ) , our brand
30+ new and awesome assisted code review framework.
3131
32- The purpose of Lookout is to bring assisted code review to anyone in
33- an easy-to-setup, easy-to-use, easy-to-extend fashion. To achieve
34- that, Lookout watches Github repos and triggers a set of analyzers
35- when new code is sent for review or pushed. Those analyzers are very
36- easy to define (they are based on the gRPC tool suite).
32+ The purpose of source{d} Lookout is to bring assisted code review to
33+ anyone in an easy-to-setup, easy-to-use, easy-to-extend fashion. To
34+ achieve that, source{d} Lookout watches Github repos and triggers a
35+ set of analyzers when new code is sent for review or pushed. Those
36+ analyzers are very easy to define (they are based on the gRPC tool
37+ suite).
3738
3839{{% caption src="/post/formatting-with-style/lookout-arch.png" %}}
39- Lookout architecture.
40+ source{d} Lookout architecture.
4041{{% /caption %}}
4142
4243In our case, when new code is pushed, we want to learn from the
0 commit comments