Skip to content

[bin/src/config.rs:79] [self.ignore.as_slice(), extra_ignores].concat() = [] #59

@neunenak

Description

@neunenak

If I run statix check on a file or directory, it prints the output:

[bin/src/config.rs:79] [self.ignore.as_slice(), extra_ignores].concat() = []

and nothing else. Looking at that line of code, I can see it is using the dbg! macro to print some debug output that doesn't seem relevant to the end user.

It looks like this might be the expected output if there are no problems with a particular nix file, but it would be nice if there was some explicit acknowledgement that there was nothing wrong with the linted files, rather than just this debug print and exiting.

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