Cool schema editor - to build a block schema or UML-diagram. draw.io
git ls-files -m | xargs ls -1 2>/dev/null | grep '\.rb$' | xargs rubocopgit diff branch_name master --name-status --diff-filter=D | grep '\.rb$' | xargs rubocop| function rubucop_current_changes() { | |
| current_branch=$(git branch --show-current) | |
| git diff $branch_name develop --name-status | grep '\.rb$' | xargs rubocop | |
| } | |
| alias zshreload="source ~/.zshrc" |
Cool schema editor - to build a block schema or UML-diagram. draw.io
git ls-files -m | xargs ls -1 2>/dev/null | grep '\.rb$' | xargs rubocopgit diff branch_name master --name-status --diff-filter=D | grep '\.rb$' | xargs rubocop