Skip to content

可否单独停用某项规则或调整以降低误报 #14

@LynahZ

Description

@LynahZ

Question Checklist

Question Subject

列举会出现误报情况(不只这两种)如下:

NSString *str = XXXXXXX; // 方法返回值
return str; // 提示 The value read from str was never initialized.
NSString *picUrl = picInfo.img; // 提示 The value written to &picUrl (type NSString*) is never used.
[cell.picImagView sd_setImageWithURL:[NSURL URLWithString:picUrl] placeholderImage:pImg];

感谢!

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions