Skip to content

Commit 284e482

Browse files
committed
lint
1 parent 5405626 commit 284e482

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/redacting_logger.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
require "logger"
23

34
# RedactingLogger is a custom logger that extends the standard Logger class.

spec/lib/redacting_logger_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
require "logger"
23
require "stringio"
34
require_relative "../spec_helper"

0 commit comments

Comments
 (0)