You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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())
The text was updated successfully, but these errors were encountered:
olegoaer
changed the title
How to deal with the scope **File System** requires by some smells
How to deal with the scope File System requires by some smells
Apr 6, 2023
olegoaer
changed the title
How to deal with the scope File System requires by some smells
How to deal with the scope File System required by some smells
Apr 6, 2023
olegoaer
changed the title
How to deal with the scope File System required by some smells
Solution to deal with the scope File System required by some smells
Jan 30, 2024
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 theexecute()
callback, there is a parameter of typeSensorContext
which allows access to the file system (ex:sc.baseDir()
)The text was updated successfully, but these errors were encountered: