Skip to content

Linter for files in gitignore #41

@M-Zuber

Description

@M-Zuber

This was first raised in #39
The idea is to add a gitignore field to the language object that will contain the files that are supposed to be not pushed to the repo due the fact that are in the .gitignore file

{
   name: 'language name',
   files: {
   ...
   },
   gitignore: {
   ...
   }
}

Then there would be a separate linter to perform the checks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions