Skip to content

only capitalized fixmes #18

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

Merged
merged 2 commits into from
Dec 14, 2015
Merged

Conversation

ABaldwinHunter
Copy link
Contributor

cc @codeclimate/review

Note: Some additional tests seem good to add, but might require some refactoring of the code. I started working on that in a separate branch, and think it's better as a separate PR.

ABaldwinHunter added 2 commits December 14, 2015 17:38
This change reduces false positives found by the fixme engine, such as
`fixme: enabled: true` in a .codeclimate.yml
There's no need to exclude this file now that only
all caps trigger findings.
@@ -11,4 +11,3 @@ exclude_paths:
- "Dockerfile"
- "bin/fixme"
- "tests/**"
- ".codeclimate.yml"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because ee8d1cf

Essentially we don't need it now. But happy to keep if that seems preferable?

Copy link
Contributor

Choose a reason for hiding this comment

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

Makes sense. I'm cool with removing it

@gdiggs
Copy link
Contributor

gdiggs commented Dec 14, 2015

One minor question. LGTM

ABaldwinHunter pushed a commit that referenced this pull request Dec 14, 2015
@ABaldwinHunter ABaldwinHunter merged commit 47e17e4 into master Dec 14, 2015
@ABaldwinHunter ABaldwinHunter deleted the abh-only-capitalized-fixmes branch December 14, 2015 23:17
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.

2 participants