From 1427df8fda9eedc6d889882db8fcba42ff241d99 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Wed, 23 Aug 2023 14:44:13 -0700 Subject: [PATCH] fix: make lint -> standardrb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee48fba..fc4271a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ test: nextify CI=true bundle exec rake lint: - bundle exec rubocop + bundle exec standardrb release: test lint git status