quinjet 0.0.52

A fast, live, keyboard-first Git source-control interface for the terminal
1
2
3
4
5
6
7
8
9
10
@{
    Severity     = @('Error', 'Warning')
    ExcludeRules = @(
        'PSAvoidGlobalVars',
        'PSReviewUnusedParameter',
        'PSUseSingularNouns',
        'PSAvoidUsingWriteHost',
        'PSUseShouldProcessForStateChangingFunctions'
    )
}