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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-27 23:57:04 +0300
committerGitHub <noreply@github.com>2022-10-27 23:57:04 +0300
commitfe4a76f8ee38103e81e8dfbdc854bf8be5e7a9fb (patch)
tree20f6658df81361c7d3fb4d94b18d00a202d482d1
parent9534d1f39e9f68762ddfefc5a3b087e24864ff65 (diff)
parent5ac9af96184e8c38f09a684f2853fa4abfc66600 (diff)
Merge pull request #1748 from git/silence-rubocop-contenttag
rubocop: turn off Rails/ContentTag
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ec1ae45b..a7d05a71 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -73,3 +73,6 @@ Lint/EmptyBlock:
Exclude:
- spec/**/*
- test/**/*
+
+Rails/ContentTag:
+ Enabled: false