Commit 93d4866
Nichol Yip
Removed lint-proc-macro and replaced with using struct-field-names-as-array crate instead.
Signed-off-by: Nichol Yip <[email protected]>
Fixed linting errors and removed unused commented code.
Signed-off-by: Nichol Yip <[email protected]>
Removed dead commented code and fixed du test with the correct sizes.
Signed-off-by: Nichol Yip <[email protected]>
Fixed issue where no default source spec if found when no source provided
Fixed issue with the default values for the meta struct when no values are provided
Reverted du command tests back as it was related to the issue with the source spec.
Signed-off-by: Nichol Yip <[email protected]>
Fixed typo in opentimelineio.spk.yaml
Added render logic to linting command that caused some packages to return an error without it.
Signed-off-by: Nichol Yip <[email protected]>
Added new line at EOF
Signed-off-by: Nichol Yip <[email protected]>
Fixed changes from rebase that was not correctly added.
Signed-off-by: Nichol Yip <[email protected]>
Removed shellexpand call from EnvOp
Signed-off-by: Nichol Yip <[email protected]>
Moved crates to top level cargo.toml
Changed linting feature to return an UnknownKey object instead of a generated string
Modified new method for UnknownKey to store values needed to generated lint message
Added enum for lints to support different kinds of lints
Removed commented code
Refactored render method and renamed render_lint -> render_to_string
Signed-off-by: Nichol Yip <[email protected]>
Fixed changes from rebase
Signed-off-by: Nichol Yip <[email protected]>
Fixed linting errors
Signed-off-by: Nichol Yip <[email protected]>
WIP: Properly convert UncheckedBuildSpec -> BuildSpec
Signed-off-by: Nichol Yip <[email protected]>
Implmented LintedBuildSpec struct to properly evaluate error if any, in the visitor method instead of the from implementation.
Signed-off-by: Nichol Yip <[email protected]>
Removed redundant struct and replaced with using LintedItem instead.
Signed-off-by: Nichol Yip <[email protected]>1 parent 2df3f80 commit 93d4866
File tree
19 files changed
+440
-968
lines changed- crates
- lint_proc_macro
- src
- spk-cli/group4/src
- spk-schema
- src
- metadata
- v0
19 files changed
+440
-968
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments