-
-
Notifications
You must be signed in to change notification settings - Fork 234
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 count to the reserved names list #167
Add count to the reserved names list #167
Conversation
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.
Could you please remove spec/fixtures/.development.yml.swp
form this pull request? It seems it has been added accidentally..
spec/fixtures/reserved_keywords.yml
Outdated
@@ -1,2 +1,4 @@ | |||
select: 123 | |||
collect: 456 | |||
section: |
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.
Why adding this keyword deeper in the tree instead of on the same level as other reserved keywords?
bfb60b1
to
50540e3
Compare
Sorry about that. Just fixed it up. |
No worries. Looks good. Thanks! :) |
This pulls in rubyconfig/config#167 which allows us to reference keys called "count" properly
This pulls in rubyconfig/config#167 which allows us to reference keys called "count" properly
We ran into this issue by using
:count
as a key in our settings here/cc @yrudman @Fryguy