Skip to content

Instantly share code, notes, and snippets.

@ares
Created August 24, 2016 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ares/ff6e8b19361148e2be17290f1167c7c4 to your computer and use it in GitHub Desktop.
Save ares/ff6e8b19361148e2be17290f1167c7c4 to your computer and use it in GitHub Desktop.
rubocop on dynflow
$ rubocop lib/dynflow
...
121 files inspected, 1346 offenses detected
# this includes stuff like `=->`, `on Work::Step.(step: ~any)`, `define =-> _ do`
$ rubocop lib/dynflow | grep lamda | wc -l
22
# see yourself by
$ rubocop lib/dynflow | grep -i lambda -C 3
rest are mostly style stuff, rarely complexity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment