Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-11-06 10:02:41 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-11-06 10:02:41 +0300
commit3dbf25f98c86e77f7b2919633ccdf2b79af550cf (patch)
treec6ddec5ed5b0e897df5c172be070eef388d3781f /.rubocop.yml
parent211404eaaa607e2bb4cf0be980ce0aba360f9764 (diff)
Add Rubocop to project
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 00000000..9cb085a6
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,9 @@
+inherit_gem:
+ gitlab-styles:
+ - rubocop-default.yml
+
+CodeReuse/ActiveRecord:
+ Enabled: false
+
+Style/FrozenStringLiteralComment:
+ Enabled: false