Commit d1f7fee0 authored by Peter Leitzen's avatar Peter Leitzen Committed by Reuben Pereira

Make use of "VSCode" compliant with RuboCop Naming/FileName

* Rename production code and spec to `vscode_*`
* Allow acrynom `VSCode` in RuboCop configuration
parent 90c6fd22
......@@ -171,6 +171,7 @@ Naming/FileName:
- ED25519
- GitLab
- JavaScript
- VSCode
# default ones:
- CLI
- DSL
......
# rubocop:todo Naming/FileName
# frozen_string_literal: true
module Gitlab
......@@ -27,5 +26,3 @@ module Gitlab
end
end
end
# rubocop:enable Naming/FileName
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment