rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.3k stars 732 forks source link

Fix already initialized constant warning in YAML #1926

Closed tancnle closed 1 year ago

tancnle commented 1 year ago

This PRs fixes an already initialized constant warning in YAML lexer.

$ bundle exec rake check:specs
/home/runner/work/rouge/rouge/lib/rouge/lexers/yaml.rb:21: warning: already initialized constant Rouge::Lexers::YAML::SPECIAL_VALUES
/home/runner/work/rouge/rouge/lib/rouge/lexers/yaml.rb:21: warning: previous definition of SPECIAL_VALUES was here
<snipped>