From 443c6d29bca2460032b859a11d34134aa867331b Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Sun, 11 Oct 2020 17:42:08 +0000 Subject: [PATCH] WIP --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d13bc88..2d6637b 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: standard: description: Coding standard or path to configuration file - default: 'PSR1,PSR2,PSR12' + default: 'cleancode,codesize,controversial,design,naming,unusedcode' target_directory: description: Directory to run checks against.