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
Is your feature request related to a problem? Please describe.
Why:
By providing the start and end of changed lines (chars) one can check some validations that only apply to the changed lines.
Use cases:
on a pull request, a github action will only check to see if developer has added a new inline disabled rule for eslint and create a comment to make it visible to reviewers that the pr includes disabled rules.
Describe the solution you'd like?
I think the provided output should include the changed lines:
@ImanMahmoudinasab Thanks for your suggestion, given the complexity of managing the number of lines that can change in a Pull Request, at this time this wouldn't be possible without a more involved action so I'll recommend integrating a third-party solution which should be able to handle the complexity on a case-by-case basis.
Is this feature missing in the latest version?
Is your feature request related to a problem? Please describe.
Why:
By providing the start and end of changed lines (chars) one can check some validations that only apply to the changed lines.
Use cases:
on a pull request, a github action will only check to see if developer has added a new inline disabled rule for eslint and create a comment to make it visible to reviewers that the pr includes disabled rules.
Describe the solution you'd like?
I think the provided output should include the changed lines:
Ex.
or we can use file names as keys:
Ex.
Describe alternatives you've considered?
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: