kazimanzurrashid / aws-scheduler-go

Some analyzers or transformers are misconfigured in .deepsource.toml. Please refer to the docs.

  • ['github.com/kazimanzurrashid/aws-scheduler-go/graphql', 'github.com/kazimanzurrashid/aws-scheduler-go/collector', 'github.com/kazimanzurrashid/aws-scheduler-go/worker'] is not of type 'string' in meta for analyzer "go"

Found redundant literal in a logical expression JS-W1043
Anti-pattern
Minor
5 months ago5 months old
Logical expression with a literal operand will always evaluate to the same value
117      method: item.method,
118      url: item.url,
119      headers: item.headers || {},
120      body: item.body || ''121    };
122
123    navigate('/create', { source });