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
Saddler - HCMC meetup 2015
Search
Vinh Nguyen Le
November 25, 2015
Technology
0
290
Saddler - HCMC meetup 2015
5 minutes introduce and setup saddler for code review
Vinh Nguyen Le
November 25, 2015
Tweet
Share
More Decks by Vinh Nguyen Le
See All by Vinh Nguyen Le
Rails girls - Part 1
vinhngl
0
70
Introduction Heroku
vinhngl
0
140
Other Decks in Technology
See All in Technology
2025 AWS Jr. Championが振り返るAWS Summit
kazukiadachi
0
110
React開発にStorybookとCopilotを導入して、爆速でUIを編集・確認する方法
yu_kod
1
270
Enhancing SaaS Product Reliability and Release Velocity through Optimized Testing Approach
ropqa
1
230
AI専用のリンターを作る #yumemi_patch
bengo4com
5
4.3k
事業成長の裏側:エンジニア組織と開発生産性の進化 / 20250703 Rinto Ikenoue
shift_evolve
PRO
2
21k
Claude Code に プロジェクト管理やらせたみた
unson
6
4k
「クラウドコスト絶対削減」を支える技術—FinOpsを超えた徹底的なクラウドコスト削減の実践論
delta_tech
4
170
開発生産性を組織全体の「生産性」へ! 部門間連携の壁を越える実践的ステップ
sudo5in5k
2
7.1k
OSSのSNSツール「Misskey」をさわってみよう(右下ワイプで私のOSCの20年を振り返ります) / 20250705-osc2025-do
akkiesoft
0
160
生まれ変わった AWS Security Hub (Preview) を紹介 #reInforce_osaka / reInforce New Security Hub
masahirokawahara
0
470
KubeCon + CloudNativeCon Japan 2025 Recap
ren510dev
1
380
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
50
19k
Featured
See All Featured
A better future with KSS
kneath
238
17k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
BBQ
matthewcrist
89
9.7k
Fireside Chat
paigeccino
37
3.5k
Gamification - CAS2011
davidbonilla
81
5.4k
Rails Girls Zürich Keynote
gr2m
95
14k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Agile that works and the tools we love
rasmusluckow
329
21k
Transcript
Check Style to anywhere Introduce Saddler Presenter: vinhnglx
Code Review
General Practices • Naming Convention • Indentation • Brace style
• Commenting • Code consistency
Code Metrics • RuboCop • Rails best practices • Reek
• Hound CI - 12$ / month
RuboCop Rails best practice Reek Saddler Reporters GitHub Pull Requests
CI Services
• GITHUB_ACCESS_TOKEN • gem ‘saddler’ & ‘saddler-reporter-github’ • metrics gems
(rubocop - rails_best_practices …) Requirements
• https://transfer.sh/EgzcG/circle.yml • https://transfer.sh/Infbv/saddler.sh • https://github.com/vinhnglx/twitter-trends/pull/1 Setup & Result
THANK YOU