Hello,
I’m using this properties file:
# 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”
Could you help me?
Thank you so much.