Skip to content

Check .gitignore and .dockerignore #8

Open
@andreoliwa

Description

@andreoliwa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestplugin-iniPlugin for INI files

    Projects

    Status

    Upvoted / Requests

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions