Skip to content

Commit

Permalink
Merge pull request #1600 from alphagov/suggested-sass-extend-ruby
Browse files Browse the repository at this point in the history
Expand suggested sass ruby coverage
  • Loading branch information
andysellick authored Jul 14, 2020
2 parents c020e6e + 31020d1 commit 7d625a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def components_in_use

files = Dir["#{@application_path}/app/views/**/*.html.erb"]
files.concat Dir["#{@application_path}/app/**/*.rb"]
files.concat Dir["#{@application_path}/lib/**/*.rb"]

files.each do |file|
data = File.read(file)
Expand Down

0 comments on commit 7d625a3

Please sign in to comment.