Showing 91 of 91 total issues
Avoid too many return
statements within this function. Open
Open
return ('nibrs_location_type','location_name')
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ('nibrs_circumstances', 'circumstances_name')
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ('nibrs_resident_status_code','resident_status_code')
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ('nibrs_resident_status_code','resident_status_code')
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ('ref_race','race_code')
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return (None, None)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ('nibrs_sex_code','sex_code')
- Create a ticketCreate a ticket
Function tuning_page
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
def tuning_page(f): @wraps(f) def decorated_get(*args, **kwargs): if 'tuning' in args[1] and args[1]['tuning']: if not current_app.config['DEBUG']:
- Read upRead up
- Create a ticketCreate a ticket
FIXME found Open
Open
# FIXME: can add associations when we need them
- Create a ticketCreate a ticket
- Exclude checks