ReGitLint icon indicating copy to clipboard operation
ReGitLint copied to clipboard

Low friction code formatting for .net projects

Results 8 ReGitLint issues
Sort by recently updated
recently updated
newest added

Currently have to build multi-runtime images to use reglint

If a change is made to .editorconfig provide an option to lint all files, not just changed files.

Is it possible to use ReGitLint in a way to auto-commit formatted file? I'm currently using this in my pre-commit hook: `dotnet regitlint -f staged --format-only` But all it does...

enhancement
help wanted

We would like to start gradually rolling out ReGitLint, first to run it against some autogenerated code, then only later against the entire (large) solution. From the documentation, I cannot...

enhancement
help wanted

Looking for something that satisfies the following command: ```'dotnet regitlint -f commits -a head^ -b head -p "**/*.cs"```

enhancement

Hi, I'm getting an error when running in a repository using [git worktrees](https://git-scm.com/docs/git-worktree) - in this scenario there is no `.git` folder, instead the top level directory contains the usual...

I would like to request a change to the current behavior, or the ability to make it perform differently. When used in a pre commit hook I would like the...

Question, is it possible to set certain file types to specific formatters? Example: XML: - csproj - targets - props etc..?