Commit graph

19 commits

Author SHA1 Message Date
Erwan MATHIEU
de81612300 Fix crash when parent definition has no experimental settings
CURA-10899
2024-06-19 16:27:05 +02:00
Erwan MATHIEU
c937b1d4db Remove debug output
CURA-10899
2024-06-19 16:17:41 +02:00
Erwan MATHIEU
35a5abc66d Add check for experimental settings
CURA-10899
2024-06-17 16:02:36 +02:00
Saumya Jain
bb94ce9e75 fixing typo checks
CURA-10903
2024-04-09 11:37:42 +02:00
Saumya Jain
794cdfd077 Same as before.
CURA-10904
2024-04-05 11:59:39 +02:00
Saumya Jain
6609741323 Fix potential key error in printer linter
CURA-10904
2024-04-05 10:06:28 +02:00
Saumya Jain
e5fb40b48c Add material temperature check in linter
CURA-10904
2024-04-05 10:02:08 +02:00
jspijker
ab86a85c77 Ignore redundant-override in the machine_* types 2023-01-10 11:02:08 +01:00
Jelle Spijker
6109b4b9da distinguish between (default_)value and other properties 2022-12-13 14:36:14 +01:00
jelle Spijker
8117087664 Revert "Fix multiline printer-linter PR suggestions"
This reverts commit 7820cc98
2022-12-13 11:30:13 +01:00
jspijker
7820cc9840 Fix multiline printer-linter PR suggestions 2022-12-02 10:28:42 +01:00
Jelle Spijker
b011fc9561
Add comment referencing GH issue
https://github.com/platisd/clang-tidy-pr-comments/issues/37
2022-11-30 10:51:09 +01:00
jspijker
dbc0ac1180 Only suggest a fix if it is on a single line 2022-11-30 08:04:09 +01:00
jspijker
3eb98873a6 Fix diagnostic multiline 2022-11-30 07:38:05 +01:00
jspijker
c0d92e90f8 Fix extruders formatting/diagnosing 2022-11-29 17:29:44 +01:00
Joey de l'Arago
e83ed933e2 Update readme with instruction for developing.
Change DiagnosticGenerator -> Linter since this is much easier to understand.
2022-11-23 17:52:33 +01:00
Joey de l'Arago
ad436f37f8 Add some comments and refactoring 2022-11-23 16:48:39 +01:00
Joey de l'Arago
d19f1f3e42 Add typing for file and settings.
Add diagnostic generator documentation
2022-11-23 15:20:42 +01:00
Joey de l'Arago
a470f02373 Move linters into seperate module.
Give linters an abstract type to inherit, since they share an interface.
Add empty README
2022-11-22 19:26:50 +01:00
Renamed from printer-linter/src/printerlinter/defintion.py (Browse further)