commit 0eca255124c8aff7e35e881612399fd228fab546
parent 5e2ce5d33d7d6cb27dac28596b3a570b8b3bf883
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 22 Oct 2020 00:19:31 +0200
vim: set rubocop for only current file
I usually just write single-file Ruby scripts. If I wanted to lint
multiple files, I'd probably use a Makefile anyway.
Former-commit-id: 09adfbab8062f418c09f36f451fea1609f183011
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/vim/after/compiler/rubocop.vim b/vim/after/compiler/rubocop.vim
@@ -0,0 +1 @@
+CompilerSet makeprg=rubocop\ --format\ emacs\ %