diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-04-26 10:40:28 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-26 10:40:28 +0000 |
commit | 37c2c4a4339053403d3ac45a8e5c76df083fd454 (patch) | |
tree | d212fdd340a15c0e95d471364264158911db31a6 /changelogs | |
parent | 081dfc455b049c3d7cdf269f24ff764def5af31b (diff) | |
download | gitlab-ce-37c2c4a4339053403d3ac45a8e5c76df083fd454.tar.gz |
Decrease Cyclomatic Complexity threshold to 16
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/31362_decrease_cyclomatic_complexity_threshold_step1.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/31362_decrease_cyclomatic_complexity_threshold_step1.yml b/changelogs/unreleased/31362_decrease_cyclomatic_complexity_threshold_step1.yml new file mode 100644 index 00000000000..fedf4de04d3 --- /dev/null +++ b/changelogs/unreleased/31362_decrease_cyclomatic_complexity_threshold_step1.yml @@ -0,0 +1,4 @@ +--- +title: Decrease Cyclomatic Complexity threshold to 16 +merge_request: 10928 +author: Rydkin Maxim |