Jonas Schievink
|
05d4a5a150
|
Use mark/hit
|
2020-12-10 15:56:04 +01:00 |
|
Jonas Schievink
|
d82292e1ce
|
Ignore extern items in incorrect-case check
|
2020-12-10 15:45:01 +01:00 |
|
Igor Aleksanov
|
dd2febf05a
|
Improve decl_check module readability
|
2020-11-03 10:13:49 +03:00 |
|
Igor Aleksanov
|
9e172ffeb7
|
Remove numbers from comments in decl_check.rs
|
2020-11-03 10:11:02 +03:00 |
|
Igor Aleksanov
|
bdfe12df8f
|
Check for allow(..) attributes for case diagnostic
|
2020-11-03 10:11:02 +03:00 |
|
Arif Roktim
|
854b133181
|
Properly identify camel cased acronyms as UpperCamelCase
|
2020-10-21 17:10:22 -04:00 |
|
Igor Aleksanov
|
fb0ab9f745
|
Keep SyntaxNodePtr::range private
|
2020-10-12 11:05:00 +03:00 |
|
Igor Aleksanov
|
66cea8cbaa
|
Replace 'if let' with 'match' in decl_check.rs
|
2020-10-12 11:05:00 +03:00 |
|
Igor Aleksanov
|
559cc97073
|
Add to_upper_snake_case function to stdx
|
2020-10-12 11:05:00 +03:00 |
|
Igor Aleksanov
|
9ea57cac0e
|
Fix code style issues
|
2020-10-12 11:05:00 +03:00 |
|
Igor Aleksanov
|
2a72f876d6
|
Fix issues with match arm bindings
|
2020-10-12 11:05:00 +03:00 |
|
Igor Aleksanov
|
45ac2b2ede
|
Code style adjustments
|
2020-10-12 11:05:00 +03:00 |
|
Igor Aleksanov
|
b42562b5de
|
Make incorrect case diagnostic work inside of functions
|
2020-10-12 11:05:00 +03:00 |
|
Igor Aleksanov
|
fb96bba878
|
Add diagnostics for enum names and variants
|
2020-10-12 11:05:00 +03:00 |
|
Igor Aleksanov
|
21dd704b6b
|
Check structure fields to be snake_case
|
2020-10-12 10:59:54 +03:00 |
|
Igor Aleksanov
|
329626124f
|
Add check for structure names to be CamelCase
|
2020-10-12 10:59:54 +03:00 |
|
Igor Aleksanov
|
1773c6d154
|
Extract helper functions into a separate module
|
2020-10-12 10:59:54 +03:00 |
|
Igor Aleksanov
|
f5cea35986
|
Add checks for function parameters
|
2020-10-12 10:59:54 +03:00 |
|
Igor Aleksanov
|
4039176ec6
|
Create basic support for names case checks and implement function name case check
|
2020-10-12 10:59:54 +03:00 |
|