-
Notifications
You must be signed in to change notification settings - Fork 33
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
[WIP] README: revisit config section #309
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #309 +/- ##
=======================================
Coverage 70.81% 70.81%
=======================================
Files 134 134
Lines 7709 7709
Branches 1253 1253
=======================================
Hits 5459 5459
Misses 1922 1922
Partials 328 328 |
@@ -32,61 +32,27 @@ You can use Vint with | |||
Configure | |||
--------- | |||
|
|||
Vint will read config files on the following priority order: | |||
Vint will read config files from files named ``.vintrc.yaml``, ``.vintrc.yml``, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vint will read config files from files named ``.vintrc.yaml``, ``.vintrc.yml``, | |
Vint will read its base configuration files named ``.vintrc.yaml``, ``.vintrc.yml``, |
- `Project config <#project-config>`__: | ||
- e.g. ``path/to/proj/.vintrc.yaml`` (the filename can be ``.vintrc.yml`` or ``.vintrc``) | ||
2. any of these files is read based on the current directory, which allows for | ||
project specific settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
be more specific here with regard to upward search, and where it starts (check the source)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
- `Comment config <#comment-config>`__ (highest priority): | ||
- e.g. ``" vint: -ProhibitAbbreviationOption +ProhibitSetNoCompatible`` | ||
4. `Comment directives <#comment-directives>`__ (highest priority), e.g. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe keep the old anchor names.
No description provided.