# File lib/brakeman/report/ignore/config.rb, line 57
    def add_note warning, note
      @changed = true
      @notes[warning.fingerprint] = note
    end