Skip to content

Fix bux linting warnings#2683

Merged
dpwatrous merged 3 commits intomainfrom
dpwatrous/lint-fixes
Mar 20, 2023
Merged

Fix bux linting warnings#2683
dpwatrous merged 3 commits intomainfrom
dpwatrous/lint-fixes

Conversation

@dpwatrous
Copy link
Member

No description provided.

Note this required reworking translation-functions a little to add
stricter type checking
@dpwatrous dpwatrous force-pushed the dpwatrous/lint-fixes branch from d7e8215 to 65f833d Compare March 18, 2023 17:12
@dpwatrous dpwatrous enabled auto-merge (squash) March 18, 2023 17:12
@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Merging #2683 (372c133) into main (c15c62a) will not change coverage.
The diff coverage is n/a.

❗ Current head 372c133 differs from pull request most recent head 3749a1c. Consider uploading reports for the commit 3749a1c to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2683   +/-   ##
=======================================
  Coverage   66.15%   66.15%           
=======================================
  Files        1199     1199           
  Lines       33303    33303           
  Branches     6128     6129    +1     
=======================================
  Hits        22033    22033           
  Misses      11138    11138           
  Partials      132      132           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c15c62a...3749a1c. Read the comment docs.

@dpwatrous
Copy link
Member Author

dpwatrous commented Mar 19, 2023

@skapur12 FYI there's a minor fix in this PR for the localization logic to merge .yml files. Previously, merging 2 YAML files like this would fail:

file1.i18n.yml:

foo:
    bar: value one

file2.i18n.yml:

foo:
    baz: value two

Now this will succeed, but a conflict of the fully-qualified name will still fail.

@dpwatrous dpwatrous merged commit cdf4c52 into main Mar 20, 2023
@dpwatrous dpwatrous deleted the dpwatrous/lint-fixes branch March 20, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants