Showing 350 of 970 total issues
Function withAxis
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function withAxis(data, source, offsetStride, axisSize, stride) {
Function withAxis
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function withAxis(data, source, offsetStride, axisSize, stride) {
Function withAxis
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function withAxis(data, source, offsetStride, axisSize, stride) {
Function sector
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function sector(zr, oldShape, newShape, duration, easing) {
Function markline
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function markline(zr, oldShape, newShape, duration, easing) {
Function withAxis
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function withAxis(data, source, offsetStride, axisSize, stride) {
Function withAxis
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function withAxis(data, source, offsetStride, axisSize, stride) {
Function ribbon
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function ribbon(zr, oldShape, newShape, duration, easing) {
Function withAxis
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function withAxis(data, source, offsetStride, axisSize, stride) {
Function ring
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function ring(zr, oldShape, newShape, duration, easing) {
Function withAxis
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function withAxis(data, source, offsetStride, axisSize, stride) {
Function withAxis
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function withAxis(data, source, offsetStride, axisSize, stride) {
Function easeInOutQuint
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
easeInOutQuint: function (x, t, b, c, d) {
Function easeOutQuad
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
easeOutQuad: function (x, t, b, c, d) {
Function easeOutQuad
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
easeOutQuad: function (x, t, b, c, d) {
Function easeOutQuad
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
easeOutQuad: function (x, t, b, c, d) {
Function convert
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
def convert(test, iny, inx, outy, outx):
Function post
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
def post(self, request, *args, **kwargs):
data_list = request.data
respuesta_list = list()
for data in data_list:
try:
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function generar_ubicacion
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
def generar_ubicacion(request):
cursor = connection.cursor()
query = ('SELECT codigo_departamento, min(nombre_departamento), codigo_distrito,'
'min(nombre_distrito), codigo_barrio_localidad, min(nombre_barrio_localidad) '
'FROM openfonacide_establecimiento '
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function tiene_nombre_santo
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
def tiene_nombre_santo(c1, c2):
"""
Verificar si c1 o c2 tiene las palabras
SAN, SANTA o SANTO, ambos
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"