From 3f9cbc58578b14b1901bcf2a4bdc668e324127db Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Mon, 11 Sep 2023 16:19:48 +0100 Subject: [PATCH] Ensure array elements are indented uniformly --- CHANGELOG.md | 4 ++++ src/GlobalCommon/ruleset.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b91150..2228075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.6.0 +### Added +- Add rule `Generic.Arrays.ArrayIndent` to ensure array elements are indented. + ## 3.5.1 ### Changed - ESLint conflict between `no-mixed-operators` and `no-extra-parens` resolved. diff --git a/src/GlobalCommon/ruleset.xml b/src/GlobalCommon/ruleset.xml index b418e88..db159fe 100644 --- a/src/GlobalCommon/ruleset.xml +++ b/src/GlobalCommon/ruleset.xml @@ -18,6 +18,7 @@ +