diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-11-02 18:57:28 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-11-02 18:57:28 +0000 |
commit | d9cf5c0adc23bc121af27bac4f790fa4a11bae6d (patch) | |
tree | 25b75b805481eead1099376e3283a539040b10b7 /CHANGELOG.md | |
parent | 99a12e120953c7b11d35a65e002a7906f30a99cb (diff) | |
parent | 1ad62d9684ce5e04d96caf5094610a7fc2436f60 (diff) | |
download | gitlab-ce-d9cf5c0adc23bc121af27bac4f790fa4a11bae6d.tar.gz |
Merge branch 'eslint-check-file-names' into 'master'
Check that JavaScript file names match convention
## What does this MR do?
Introduce a new ESLint rule to check JavaScript file names.
## What are the relevant issue numbers?
fixes #23118
See merge request !7238
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ec61dd46f..82ede293a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Removed delete branch tooltip !6954 - Stop unauthorized users dragging on milestone page (blackst0ne) - Restore issue boards welcome message when a project is created !6899 +- Check that JavaScript file names match convention !7238 (winniehell) - Do not show tooltip for active element !7105 (winniehell) - Escape ref and path for relative links !6050 (winniehell) - Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose) |