Skip to content

Commit 8be37e8

Browse files
committed
$ Fix RuboCop violations
1 parent 9029faa commit 8be37e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/contracts/formatters.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# frozen_string_literal: true
22

3+
# rubocop:disable Lint/RedundantRequireStatement
4+
# If removed, spec/module_spec fails
35
require "pp"
6+
# rubocop:enable Lint/RedundantRequireStatement
47

58
module Contracts
69
# A namespace for classes related to formatting.

0 commit comments

Comments
 (0)