Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Automated Your Code Review Process
Search
Achmad Gozali
July 26, 2017
Technology
1
96
Automated Your Code Review Process
Achmad Gozali
July 26, 2017
Tweet
Share
Other Decks in Technology
See All in Technology
今この時代に技術とどう向き合うべきか
gree_tech
PRO
0
750
incident_commander_demaecan__1_.pdf
demaecan
0
120
LLMアプリの地上戦開発計画と運用実践 / 2025.10.15 GPU UNITE 2025
smiyawaki0820
1
550
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
720
能登半島地震において デジタルができたこと・できなかったこと
ditccsugii
0
190
Findy Team+ QAチーム これからのチャレンジ!
findy_eventslides
0
150
Claude Codeを駆使した初めてのiOSアプリ開発 ~ゼロから3週間でグローバルハッカソンで入賞するまで~
oikon48
4
1.1k
オープンソースでどこまでできる?フォーマル検証チャレンジ
msyksphinz
0
130
2025-10-09_プロジェクトマネージャーAIチャンス
taukami
0
140
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
140
「使い方教えて」「事例教えて」じゃもう遅い! Microsoft 365 Copilot を触り倒そう!
taichinakamura
0
390
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
980
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Become a Pro
speakerdeck
PRO
29
5.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Bash Introduction
62gerente
615
210k
Transcript
Automate Your Code Review Process
@gozali
What is code review anyway?
https://s-media-cache-ak0.pinimg.com/originals/b8/e7/ca/b8e7cafa593d5358232553c744c47709.jpg
Why automated code review? How can this work?
None
Code reviews are mostly about enforcing best practices, code style,
and common security issues
Most of those issues can be found by static analysis
and linting tools
We can automate static analysis & linting
None
None
webhook invoke runner reports pull request status
None
sonar.projectBaseDir=$WORKSPACE/src/github.com/mataharimall/rolypoly sonar.projectKey=pwa sonar.sources=./ sonar.inclusions=**/*.js sonar.exclusions=node_modules/** sonar.analysis.mode=preview sonar.github.oauth=<your-oauth-token> sonar.github.repository=mataharimall/rolypoly sonar.github.pullRequest=$ghprbPullId
None
Demo
We’re hiring! http://mthr.ml/JoinFaMMilia