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
93
Automated Your Code Review Process
Achmad Gozali
July 26, 2017
Tweet
Share
Other Decks in Technology
See All in Technology
Postmanの日本市場におけるDevRel (的) 活動 / Postman's DevRelish activities in Japan
yokawasa
1
120
GraphRAGを用いたLLMによるパーソナライズド推薦の生成
naveed92
0
190
Intuneお役立ちツールのご紹介
sukank
3
740
Mini Tokyo 3D × PLATEAU - 公共交通デジタルツインにリアルな風景を
nagix
1
230
SREの前に
nwiizo
11
2.6k
Autify Company Deck
autifyhq
1
39k
FOSS4G 2024 Japan コアデイ 一般発表25 PythonでPLATEAUのデータを手軽に扱ってみる
ra0kley
1
130
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
0
1.1k
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
プロポーザルのつくり方 〜個人技編〜 / How to come up with proposals
ohbarye
4
310
2024年グライダー曲技世界選手権参加報告/2024 WGAC report
jscseminar
0
190
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
28k
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Optimizing for Happiness
mojombo
376
69k
Faster Mobile Websites
deanohume
305
30k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
109
49k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
A Philosophy of Restraint
colly
203
16k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
How to Think Like a Performance Engineer
csswizardry
20
1.1k
Bash Introduction
62gerente
608
210k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
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