I'm trying out tools for opensource projects, like travis and scrutinizer. In my root folder of github project I have both .jshintrc and .scrutinizer.yml. But, when I enable jshint tool in scrutinizer config file it reports that
Can't find config file: /.jshintrc
My repository: https://github.com/Misiur/Jawan
Did anybody encounter this error earlier?