We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270e193 commit a420c6dCopy full SHA for a420c6d
verify.rb
@@ -58,7 +58,6 @@ def process_section(section, validator)
58
section_file = "_data/#{section['id']}.yml"
59
data = SafeYAML.load_file(File.join(__dir__, section_file))
60
websites = data['websites']
61
-
62
validate_data(validator, data, section_file, 'name', websites)
63
64
# Set section alphabetization
0 commit comments