--- engines: brakeman: enabled: true duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - Gemfile.lock - "**.erb" - "**.haml" - "**.rb" - "**.rhtml" - "**.slim" - "**.css" - "**.inc" - "**.js" - "**.jsx" - "**.module" exclude_paths: - config/ - test/