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
94
Automated Your Code Review Process
Achmad Gozali
July 26, 2017
Tweet
Share
Other Decks in Technology
See All in Technology
AIに目を奪われすぎて、周りの困っている人間が見えなくなっていませんか?
cap120
1
650
事業特性から逆算したインフラ設計
upsider_tech
0
140
Claude CodeでKiroの仕様駆動開発を実現させるには...
gotalab555
3
1.1k
Claude Codeは仕様駆動の夢を見ない
gotalab555
23
6.7k
リモートワークで心掛けていること 〜AI活用編〜
naoki85
0
170
AIエージェントを現場で使う / 2025.08.07 著者陣に聞く!現場で活用するためのAIエージェント実践入門(Findyランチセッション)
smiyawaki0820
6
1.1k
いかにして命令の入れ替わりについて心配するのをやめ、メモリモデルを愛するようになったか(改)
nullpo_head
7
2.6k
AIに頼りすぎない新人育成術
cuebic9bic
3
310
Nx × AI によるモノレポ活用 〜コードジェネレーター編〜
puku0x
0
610
Amazon Inspector コードセキュリティで手軽に実現するシフトレフト
maimyyym
0
120
薬屋のひとりごとにみるトラブルシューティング
tomokusaba
0
360
Rubyの国のPerlMonger
anatofuz
3
740
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
332
22k
Embracing the Ebb and Flow
colly
86
4.8k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
It's Worth the Effort
3n
185
28k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
The Cost Of JavaScript in 2023
addyosmani
51
8.8k
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