--- engines: brakeman: enabled: true bundler-audit: enabled: true csslint: enabled: true coffeelint: enabled: true duplication: enabled: true config: languages: - ruby - javascript eslint: enabled: true fixme: enabled: true phpmd: enabled: false rubocop: enabled: true channel: rubocop-1-10 ratings: paths: - Gemfile.lock - "**.erb" - "**.haml" - "**.rb" - "**.rhtml" - "**.slim" - "**.css" - "**.coffee" - "**.inc" - "**.js" - "**.jsx" - "**.module" exclude_paths: - config/ - db/ - script/ - test/ - vendor/