This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Configuration file #68
Comments
What format should that be? YAML? Ruby? |
Yaml is easy to process. JSON would also be fine. I would like to avoid XML ^^ |
I would go for YAML |
👍 for YAML 😸 Then I vote for the file extension |
agreed :) On 22 Sep 2014 at 17:12:50, Lucas Dohmen ([email protected]) wrote: for YAML Then I vote for the file extension .yaml for that file. — |
After trying out this gem in my gem I think it would be best to put any configuration in the Ataru.configure do |c|
c.exclude_files = ["docs/future_improvements.md"]
end
require 'minitest-pride' Just my 2 💶 |
Yep, that is what we discussed in #75 as well 😄 We should update that here! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As already suggested in #67, there should be a project related configuration file.
This file can also define some settings only related to a certain project like:
The text was updated successfully, but these errors were encountered: