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

Check .gitignore and .dockerignore #8

Open
andreoliwa opened this issue Mar 14, 2019 · 0 comments
Open

Check .gitignore and .dockerignore #8

andreoliwa opened this issue Mar 14, 2019 · 0 comments
Labels
enhancement New feature or request plugin-ini Plugin for INI files

Comments

@andreoliwa
Copy link
Owner

andreoliwa commented Mar 14, 2019

Expected Behavior

Check ignore files like .gitignore and .dockerignore.

Current Behavior

They are not being checked.

Possible Solution

Use #165 to represent these ignore files, but #183 should be done first though.

This solution below is not valid anymore:

class IgnoreFile(BaseFile):
    pass
class GitIgnore(IgnoreFile):
    pass
class DockerIgnore(IgnoreFile):
    pass
@andreoliwa andreoliwa added the enhancement New feature or request label Mar 14, 2019
@andreoliwa andreoliwa changed the title Check .gitignore Check .gitignore and .dockerignore Mar 14, 2019
@andreoliwa andreoliwa added the plugin-ini Plugin for INI files label Feb 13, 2021
@andreoliwa andreoliwa moved this to Upvoted / Requests in Nitpick Roadmap Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin-ini Plugin for INI files
Projects
Status: Upvoted / Requests
Development

No branches or pull requests

1 participant