aboutsummaryrefslogtreecommitdiffstats
path: root/ci/custom_cops/lib/custom_cops.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ci/custom_cops/lib/custom_cops.rb')
-rw-r--r--ci/custom_cops/lib/custom_cops.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/custom_cops/lib/custom_cops.rb b/ci/custom_cops/lib/custom_cops.rb
new file mode 100644
index 0000000000..157b8247e4
--- /dev/null
+++ b/ci/custom_cops/lib/custom_cops.rb
@@ -0,0 +1,4 @@
+# frozen_string_literal: true
+
+require_relative "custom_cops/refute_not"
+require_relative "custom_cops/assert_not"