lib/container_orchestrator.rb
Use String#include?
instead of a regex match with literal-only pattern. Open
Open
raise unless /already exists/.match?(e.message)
- Create a ticketCreate a ticket
- Exclude checks
Use String#include?
instead of a regex match with literal-only pattern. Open
Open
raise unless /not found/.match?(e.message)
- Create a ticketCreate a ticket
- Exclude checks
Use String#include?
instead of a regex match with literal-only pattern. Open
Open
raise unless /not found/.match?(e.message)
- Create a ticketCreate a ticket
- Exclude checks
Use String#include?
instead of a regex match with literal-only pattern. Open
Open
raise unless /already exists/.match?(e.message)
- Create a ticketCreate a ticket
- Exclude checks
Use String#include?
instead of a regex match with literal-only pattern. Open
Open
raise unless /already exists/.match?(e.message)
- Create a ticketCreate a ticket
- Exclude checks
Use String#include?
instead of a regex match with literal-only pattern. Open
Open
raise unless /not found/.match?(e.message)
- Create a ticketCreate a ticket
- Exclude checks