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
家族の思い出を形にする 〜 1秒動画の生成を支えるインフラアーキテクチャ
ojima_h
3
1.1k
LLMをツールからプラットフォームへ〜Ai Workforceの戦略〜 #BetAIDay
layerx
PRO
1
990
Claude Codeは仕様駆動の夢を見ない
gotalab555
23
6.6k
データモデリング通り #2オンライン勉強会 ~方法論の話をしよう~
datayokocho
0
170
結局QUICで通信は速くなるの?
kota_yata
6
6.9k
「AIと一緒にやる」が当たり前になるまでの奮闘記
kakehashi
PRO
3
150
風が吹けばWHOISが使えなくなる~なぜWHOIS・RDAPはサーバー証明書のメール認証に使えなくなったのか~
orangemorishita
15
5.8k
Infrastructure as Prompt実装記 〜Bedrock AgentCoreで作る自然言語インフラエージェント〜
yusukeshimizu
1
120
Instant Apps Eulogy
cyrilmottier
1
110
Oracle Exadata Database Service on Cloud@Customer X11M (ExaDB-C@C) サービス概要
oracle4engineer
PRO
2
6.3k
生成AI時代におけるAI・機械学習技術を用いたプロダクト開発の深化と進化 #BetAIDay
layerx
PRO
1
1.2k
ロールが細分化された組織でSREと協働するインフラエンジニアは何をするか? / SRE Lounge #18
kossykinto
0
220
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
77
9.5k
How to Ace a Technical Interview
jacobian
278
23k
Agile that works and the tools we love
rasmusluckow
329
21k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Practical Orchestrator
shlominoach
190
11k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
760
Balancing Empowerment & Direction
lara
1
540
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Building Applications with DynamoDB
mza
96
6.5k
Unsuck your backbone
ammeep
671
58k
GraphQLとの向き合い方2022年版
quramy
49
14k
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