-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from polydice/add-ebert
Enable Ebert
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This configuration was used Ebert to review the polydice/cindy repository | ||
# on bff7628dbc71fee9a5e3313733576ad1aa817992. | ||
# You can make this the default configuration for future reviews by moving this | ||
# file to your repository as `.ebert.yml` and pushing it to GitHub, and tweak | ||
# it as you wish - To know more on how to change this file to better review your | ||
# repository you can go to https://ebertapp.io/docs/config and see the configuration | ||
# details. | ||
--- | ||
styleguide: plataformatec/linters | ||
engines: | ||
reek: | ||
enabled: true | ||
fixme: | ||
enabled: true | ||
rubocop: | ||
enabled: true | ||
duplication: | ||
config: | ||
languages: | ||
- ruby | ||
enabled: true | ||
remark-lint: | ||
enabled: true | ||
exclude_paths: | ||
- spec | ||
|