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
@DavidThien says it would be not hard to add another option to the user to show more context (e.g., show 10 more lines), this could be a good short term solution.
In favor?
There is also a CLI option to change the number of lines displayed: --lines-before and --lines-after
Worth keeping in mind, this may not be the best long term solution, eventual plan is to have something more like #12 and make it easier to navigate the actual code while doing an audit. But probably worth adding for now for v0?
There's now an extra option during auditing to expand the context we show to the user. I also cleaned up the code while I was there, so we don't display the option to go the effect origin in situations it doesn't make sense.
I'd want to see how buff is used, but the default lines make it kind of hard; probably worth making this configurable
The text was updated successfully, but these errors were encountered: