# Path is relative to the sonar-project.properties file. Defaults to .
sonar.sources=.
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Only check these paths
sonar.inclusions=aaa/**/*
sonar.exclusions=aaa/js/jquery.jeditable.js
but result is:
INFO: 0 files ignored because of inclusion/exclusion patterns
INFO: 0 files ignored because of scm ignore settings
My scanner client version is “INFO: SonarScanner 4.5.0.2216”
I see you are obfuscating the paths on the logs. I cannot help you clarifying whether your ignore rule makes sense or not if I am not able to see the exact project directory structure upon analysis.
I would encourage you to check whether your ignore rule matches any folder within the project structure according to its structure upon analysis on the disk.