Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add non-empty default configuration #521

Merged
merged 1 commit into from
Aug 16, 2020

Conversation

dmitrivereshchagin
Copy link
Contributor

This change allows to use Elvis without any configuration file.

This change allows to use Elvis without any configuration file.
Copy link
Member

@elbrujohalcon elbrujohalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@jfacorro jfacorro merged commit 44a7509 into inaka:master Aug 16, 2020
@@ -11,6 +11,33 @@
, elvis_webhook
]
}
, { env
, [ { config
, [ #{ dirs => [ "apps/*/src"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this PR is closed already, but I think we can improve on it still (I don't mind creating a new PR, but would like input before I do):

  1. how about using apps/** instead of a specific list of sub-folders? (also applies to makefiles, further down),
  2. the same goes for src/** and test/** (also applies to makefiles, further down),

[I don't know where lib/** comes from :(]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like your ideas. Go ahead! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants