Showing 100 of 100 total issues
Method Database.Send
has 6 return statements (exceeds 4 allowed). Open
Open
func (db *Database) Send(ctx context.Context, q Runnable) (Response, error) {
if q == nil {
return &response{}, nil
}
Method Database.Run
has 6 return statements (exceeds 4 allowed). Open
Open
func (db *Database) Run(ctx context.Context, v interface{}, q Runnable) error {
if q == nil {
return nil
}
Method basicSender.Send
has 5 return statements (exceeds 4 allowed). Open
Open
func (s *basicSender) Send(ctx context.Context, cli *http.Client, req *http.Request) (*response, error) {
select {
case <-ctx.Done():
return nil, ctx.Err()
default:
Method GetStatisticsResult.UnmarshalJSON
has a Cognitive Complexity of 22 (exceeds 20 allowed). Consider refactoring. Open
Open
func (r *GetStatisticsResult) UnmarshalJSON(bytes []byte) (err error) {
obj := make(map[string]interface{})
err = json.Unmarshal(bytes, &obj)
if err != nil {
return err
- 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
exported method DropCollection.Method should have comment or be unexported Open
Open
func (r *DropCollection) Method() string {
- Exclude checks
exported type StatisticsFigureType should have comment or be unexported Open
Open
type StatisticsFigureType string
- Exclude checks
exported method Transaction.Generate should have comment or be unexported Open
Open
func (t *Transaction) Generate() []byte {
- Exclude checks
exported method GetCollectionInfo.Path should have comment or be unexported Open
Open
func (c *GetCollectionInfo) Path() string {
- Exclude checks
exported method GetCacheProperties.Path should have comment or be unexported Open
Open
func (r *GetCacheProperties) Path() string {
- Exclude checks
exported method DropDatabase.Generate should have comment or be unexported Open
Open
func (r *DropDatabase) Generate() []byte {
- Exclude checks
exported method ImportCollection.Path should have comment or be unexported Open
Open
func (c *ImportCollection) Path() string {
- Exclude checks
exported method TruncateCollection.Method should have comment or be unexported Open
Open
func (r *TruncateCollection) Method() string {
- Exclude checks
exported method DropCollection.Path should have comment or be unexported Open
Open
func (r *DropCollection) Path() string {
- Exclude checks
exported method GetStatisticsDescription.Path should have comment or be unexported Open
Open
func (r *GetStatisticsDescription) Path() string {
- Exclude checks
exported method CreateAQLFunction.Generate should have comment or be unexported Open
Open
func (r *CreateAQLFunction) Generate() []byte {
- Exclude checks
exported method ListGraphs.Generate should have comment or be unexported Open
Open
func (l *ListGraphs) Generate() []byte {
- Exclude checks
exported method DeleteAQLFunction.Generate should have comment or be unexported Open
Open
func (r *DeleteAQLFunction) Generate() []byte {
- Exclude checks
exported method JWTAuth.Path should have comment or be unexported Open
Open
func (r *JWTAuth) Path() string {
- Exclude checks
exported method CreateAQLFunction.Path should have comment or be unexported Open
Open
func (r *CreateAQLFunction) Path() string {
- Exclude checks
exported method CreateDatabase.Path should have comment or be unexported Open
Open
func (r *CreateDatabase) Path() string {
- Exclude checks