-
-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: run csharpier #1617
chore: run csharpier #1617
Conversation
I think we probably also want to set this up as a build tool? Running it Just Once doesn't really make much sense |
Good idea, I'm not the best at CI but I know how to run csharpier via husky if that's okay |
Paging @ChrisPulman @glennawatson who I bet have a great idea on how to do this |
We can enforce the stylecop rules which probably be more useful long term. What we do on other rxui projects. Basically means it won't get out of control again. Stylecop has the advantage of allowed exception etc. |
#1622 should automatically run csharpier on all commits. Not sure if you want csharpier if it isn't used in the other rxui projects. I'm happy to look into other solutions |
I'd prefer we don't run the csharpier ever commit and we use stylecop analysers to maintain the styling. It has more flexibility then overriding deliberate style choices. |
Fair enough, as long as the solution removes the whitespace I'm happy 😊 |
Let's commit this one as a one time commit, I just don't want this running EVERY commit. Sorry for the confusion. |
Apologies, can you rerun the application on that failing file? Thanks. |
a3e49ed
to
ad4b9fd
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Ran csharpier
0.25.0
, haven't made any other changes.See #1596 & #1602