Skip to content

[Upgrade] Exclude-like flag #10

@Sigmanificient

Description

@Sigmanificient

Prerequisites

  • I check that an issue does not already exists for the request I'd like.

Upgrade's location

The upgrade concerns the file(s) named ...
coding-style.sh, coding-style.ps1

Upgrade's motivation

Every time you want to run the code style checker, you have to run make fclean to make sure the rule O-1 does not create an ouput that is hard to read. When using larger an larger code-bases, this force the user to recompile code that might take some time to compile and could be easily avoided.
Yes it is possible to use grep to hide those but having a exclude-like flag wouldbe a qol for many students.

Upgrade's description

The flag would work by simply exluding targeted file/directory from the checker.

Example:

coding-style.sh repo logs --exclude repo/build repo/my_binary

Upgrade's type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions