Skip to content

Commit

Permalink
Add TODO note about removing parser warning
Browse files Browse the repository at this point in the history
I originally thought we were only hitting this warning due to Rubocop,
and tried removing it, but it turns out we pull in this library for
other code. I don't have time to dig deeper right now, so I filed
dependabot#5461 explaining
what I learned so far and this PR adds a TODO note in the code so the
information doesn't get lost in the issue tracker.
  • Loading branch information
jeffwidman committed Aug 1, 2022
1 parent 24f9ee3 commit 7439200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/spec/warning_monkey_patch.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: true

ALLOW_PATTERNS = [
# TODO: Pin the parser version to the Ruby version--details: https://github.com/dependabot/dependabot-core/issues/5461
# Ignore parser warnings for ruby 2.7 minor version mismatches.
# This is a recurring issue that occurs whenever the parser gets
# ahead of our installed ruby version.
Expand Down

0 comments on commit 7439200

Please sign in to comment.