We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When Danger checks for changes to the lib and app directories there is an error in the regex.
To Reproduce Steps to reproduce the behavior:
I think this is showing that there is a problem with the syntax /lib\|app/
/lib\|app/
Expected behavior If there is a warning from the bot it should be descriptive about the transgression.
Additional context From ualbertalib/discovery#1591 (comment)
Danger has errored [!] Invalid Dangerfile file: invalid byte sequence in UTF-8 # from Dangerfile:2 # ------------------------------------------- # # Make sure non-trivial amounts of code changes come with corresponding tests > has_app_changes = !git.modified_files.grep(/lib\|app/).empty? # has_spec_changes = !git.modified_files.grep(/spec/).empty? # -------------------------------------------
The text was updated successfully, but these errors were encountered:
ConnorSheremeta
No branches or pull requests
Describe the bug
When Danger checks for changes to the lib and app directories there is an error in the regex.
To Reproduce
Steps to reproduce the behavior:
I think this is showing that there is a problem with the syntax
/lib\|app/
Expected behavior
If there is a warning from the bot it should be descriptive about the transgression.
Additional context
From ualbertalib/discovery#1591 (comment)
The text was updated successfully, but these errors were encountered: