We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9029faa commit 8be37e8Copy full SHA for 8be37e8
lib/contracts/formatters.rb
@@ -1,6 +1,9 @@
1
# frozen_string_literal: true
2
3
+# rubocop:disable Lint/RedundantRequireStatement
4
+# If removed, spec/module_spec fails
5
require "pp"
6
+# rubocop:enable Lint/RedundantRequireStatement
7
8
module Contracts
9
# A namespace for classes related to formatting.
0 commit comments