Skip to content

Commit

Permalink
Read-only current_filename/_source attributes in Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Mar 15, 2023
1 parent aba17cc commit 3d6df6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/html_proofer/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module HTMLProofer
class Runner
include HTMLProofer::Utils

attr_reader :options, :cache, :logger, :internal_urls, :external_urls, :resolved_paths, :current_check
attr_accessor :current_filename, :current_source, :reporter
attr_reader :options, :cache, :logger, :internal_urls, :external_urls, :resolved_paths, :current_check, :current_filename, :current_source
attr_accessor :reporter

URL_TYPES = [:external, :internal].freeze

Expand Down

0 comments on commit 3d6df6e

Please sign in to comment.