From fa9127cb242296a083d31ca16eacfa716e93e68f Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Tue, 3 Mar 2020 15:22:00 +0100 Subject: [PATCH] Update rubocop configuration and changelog --- .rubocop.yml | 9 +++++++++ CHANGELOG.md | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 287f769..32cb64a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -44,3 +44,12 @@ Style/Documentation: Style/ExpandPathArguments: Enabled: false + +Style/HashEachMethods: + Enabled: true + +Style/HashTransformKeys: + Enabled: false + +Style/HashTransformValues: + Enabled: false diff --git a/CHANGELOG.md b/CHANGELOG.md index bbceb4e..a3f6c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ Changelog - Redmine 4 is required. Use git tag 1.0.5, if you use an older version. - Redmine 4.1 support - Fix problems with changed fields, description and notes -- fix problems with quotes #38 +- Fix problems with quotes #38 - Redundant status and priority in messages #56 +- Show attachments for new issues +- Show indicator for private comment on issue 1.0.5 -----