From 6f8fff215c55249f18a13040e0915c4ab410b701 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 28 Oct 2019 10:56:51 +0000 Subject: [PATCH] Enabled return_assignment on StyleCI --- .styleci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 504456e7afa..4187da89396 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,5 +1,8 @@ preset: recommended +enabled: + - return_assignment + disabled: - align_double_arrow - no_multiline_whitespace_before_semicolons