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 the inconsistent casing of meta files #128

Merged
merged 1 commit into from
Jul 14, 2021
Merged

Conversation

hyounesy
Copy link
Contributor

Proposed change(s)

While renaming the source files in #126 , git had not detected the change in the casing of the meta files. Resulting in warnings like the following in Unity Editor when making a fresh checkout:

Asset file 'Packages/com.unity.robotics.urdf-importer/Editor/MenuItems/CompareUrdf.cs.meta' and meta file 'Packages/com.unity.robotics.urdf-importer/Editor/MenuItems/CompareURDF.cs.meta' has inconsistent casing.

This PR is to fix the casing for the four affected files.

Useful links (GitHub issues, JIRA tickets, forum threads, etc.)

#126

Types of change(s)

  • Bug fix
  • New feature
  • Code refactor
  • Documentation update
  • Other (please describe)

Testing and Verification

NA

Test Configuration:

  • Unity Version: Unity 2020.3.13f1
  • Unity machine OS + version: macos Catalina 10.15.7

Checklist

  • Ensured this PR is up-to-date with the dev branch
  • Created this PR to target the dev branch
  • Followed the style guidelines as described in the Contribution Guidelines
  • Added tests that prove my fix is effective or that my feature works
  • Increased the test coverage criteria by 3%
  • Updated the Changelog and described changes in the Unreleased section
  • Updated the documentation as appropriate

@hyounesy hyounesy merged commit 6e6e3d7 into dev Jul 14, 2021
@hyounesy hyounesy deleted the hamid/fix-metafile-casing branch July 14, 2021 17:26
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.

4 participants