Viewing profile — engineeringmtm
engineeringmtm
HN member- Joined
- Fri, Jan 21, 2022, 5:08 PM UTC
- HN karma
- 2
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About engineeringmtm
No profile information was provided.
Recent public activity
-
comment
Comment #30026484
It can be brutal to use rubocop in an old project. Here is how we did it. We only lint the files that changed after the date we integrated rubocop : `git -c log.showRoot=false log …