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