You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case the expected finding is expected to come from the line of the comment
begin
1/0
rescue ZeroDivisionError => ex
# bearer:expected ruby_third_parties_airbrake
response = Airbrake.notify_sync(current_user.first_name)
end
In this case the expected finding is correctly marked as the line below the annoation
begin
1/0
rescue ZeroDivisionError => ex
1+1
# bearer:expected ruby_third_parties_airbrake
response = Airbrake.notify_sync(current_user.first_name)
end
The text was updated successfully, but these errors were encountered:
Description & Reproduction
For testing rules we use an annoation format
In this case the expected finding is expected to come from the line of the comment
In this case the expected finding is correctly marked as the line below the annoation
The text was updated successfully, but these errors were encountered: