Linting and Formatting by filmor · Pull Request #2353 · pythonnet/pythonnet
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 773
Draft
Conversation
Copy link
Member
filmor
commented
Mar 31, 2024
filmor
commented
- Add formatting and linting for C# files
- Format and fix lints in Python (test) code
filmor added 2 commits
March 31, 2024 13:51Copy link
Member Author
filmor
commented
Mar 31, 2024
filmor commented
Mar 31, 2024I must have messed something up in the C# code while trying to fix the NonCopyableAnalyzer reports. To be honest, at this point I'm not sure how much this one actually helps, seeing that patterns like return NewReference(...) are wrongly reported.
Copy link
Member
lostmsu
commented
Apr 7, 2024
lostmsu commented
Apr 7, 2024Just doublechecking for C#: this change does the proper thing in regards to our .editorconfig? E.g. all settings default except the one set there?
Copy link
Member
lostmsu
commented
Apr 7, 2024
lostmsu commented
Apr 7, 2024TBH, I am not sure formatting is important unless it is in some way extreme.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment