Skip to content

Commit 675d897

Browse files
codeclimate-shipbottoddmazierski
authored andcommitted
Bump cc-parser to b635
Includes codeclimate/codeclimate-parser#140. Configure logger for use in specs.
1 parent b8be752 commit 675d897

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM codeclimate/codeclimate-parser:b624
1+
FROM codeclimate/codeclimate-parser:b635
22
LABEL maintainer="Code Climate <hello@codeclimate.com>"
33

44
# Reset from base image

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@
3939
end
4040

4141
CC.logger.level = ::Logger::ERROR
42+
43+
CC::Parser.configure { |config| config.logger = CC.logger }

0 commit comments

Comments
 (0)