Showing 3 of 3 total issues
Similar blocks of code found in 2 locations. Consider refactoring. Open
def dash(value) # rubocop:disable Metrics/MethodLength case value when Array value.map { |item| dash(item) } when Hash
- Read upRead up
- Create a ticketCreate a ticket
Similar blocks of code found in 2 locations. Consider refactoring. Open
def camel(value) # rubocop:disable Metrics/MethodLength case value when Array value.map { |item| camel(item) } when Hash
- Read upRead up
- Create a ticketCreate a ticket
Script file console doesn't have execute permission. Open
#!/usr/bin/env ruby
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks