this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use Rubocop to format Ruby code

+4 -1
+3
bin/rubocop-clean
··· 1 + #!/bin/sh 2 + 3 + rubocop -ao /dev/null -s - | tail -n+2
+1 -1
nvim/after/ftplugin/ruby.vim
··· 1 - command! RubocopFmt NeomakeSh rubocop -a % 1 + setlocal formatprg=rubocop-clean 2 2 3 3 ClearSwapList 4 4