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: ...@@ -171,6 +171,7 @@ Naming/FileName:
- ED25519 - ED25519
- GitLab - GitLab
- JavaScript - JavaScript
- VSCode
# default ones: # default ones:
- CLI - CLI
- DSL - DSL
......
# rubocop:todo Naming/FileName
# frozen_string_literal: true # frozen_string_literal: true
module Gitlab module Gitlab
...@@ -27,5 +26,3 @@ module Gitlab ...@@ -27,5 +26,3 @@ module Gitlab
end end
end 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