Skip to content

Solution to deal with the scope File System required by some smells #60

@olegoaer

Description

@olegoaer

File System Scanner

Some smells detection are based on the File System, not on code scanning.

Proposed Solution
Create a new sensor dedicated to that concern, FileSystemSensor, registered at the plugin level. To maintain performance, this sensor should only be triggered once. In the execute() callback, there is a parameter of type SensorContext which allows access to the file system (ex: sc.baseDir())

Metadata

Metadata

Assignees

Labels

🚀 enhancementNew feature or requestandroidSomething tied to the android OS

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions