Skip to content
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

fix: we normally use camel case #970

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

ctron
Copy link
Contributor

@ctron ctron commented Nov 5, 2024

No description provided.

@helio-frota
Copy link
Collaborator

sounds right

➜  trustify git:(the-dump) ✗ rg "camelCase"
modules/importer/src/model/sbom.rs
14:#[serde(rename_all = "camelCase")]

modules/importer/src/model/mod.rs
50:#[serde(rename_all = "camelCase")]
75:#[serde(rename_all = "camelCase")]
136:#[serde(rename_all = "camelCase")]
187:#[serde(rename_all = "camelCase")]
251:#[serde(rename_all = "camelCase")]

modules/ingestor/src/service/format.rs
28:#[strum(serialize_all = "camelCase")]

modules/importer/src/model/csaf.rs
14:#[serde(rename_all = "camelCase")]

modules/importer/src/model/osv.rs
13:#[serde(rename_all = "camelCase")]

modules/importer/src/model/cwe.rs
13:#[serde(rename_all = "camelCase")]

modules/importer/src/model/cve.rs
14:#[serde(rename_all = "camelCase")]

modules/importer/src/model/clearly_defined_curation.rs
14:#[serde(rename_all = "camelCase")]

modules/importer/src/model/clearly_defined.rs
71:#[serde(rename_all = "camelCase")]

modules/importer/src/runner/report.rs
9:#[serde(rename_all = "camelCase")]
22:#[serde(rename_all = "camelCase")]
29:#[serde(rename_all = "camelCase")]

common/src/model.rs
28:#[serde(rename_all = "camelCase")]
76:#[serde(rename_all = "camelCase")]

common/src/db/query.rs
191:#[serde(rename_all = "camelCase")]

common/infrastructure/src/health/mod.rs
25:#[serde(rename_all = "camelCase")]
35:#[serde(rename_all = "camelCase")]

common/auth/src/authorizer/mod.rs
9:#[serde(rename_all = "camelCase")]

common/auth/src/authenticator/config.rs
29:#[serde(rename_all = "camelCase")]
106:#[serde(rename_all = "camelCase")]

entity/src/version_scheme.rs
7:    rename_all = "camelCase"
9:#[strum(serialize_all = "camelCase")]

@ctron ctron enabled auto-merge November 5, 2024 13:59
@ctron ctron force-pushed the feature/fix_importer_model_1 branch from 35b4a4f to 6b4bc6b Compare November 5, 2024 14:45
@ctron ctron force-pushed the feature/fix_importer_model_1 branch from 6b4bc6b to 21a0674 Compare November 5, 2024 14:48
@ctron ctron added this pull request to the merge queue Nov 5, 2024
Merged via the queue into trustification:main with commit 5fbbd9a Nov 5, 2024
2 checks passed
@ctron ctron deleted the feature/fix_importer_model_1 branch November 5, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants