Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Fixes configuration file lint.xml does not exist #1596

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

kunzef
Copy link
Contributor

@kunzef kunzef commented Jul 11, 2023

Issue

This fixes the following issue(s):

  • When building either localy or on github as part of the CI/CD the lint.xml file is not found

Screenshot

image

Reason why this happens

The path to the lint.xml file is defined in the app build.gradle. Because the lint.xml file is located outside of the app module the ../ is needed to correctly specifiy its path as the app module has to be escaped first.
image

Why this is useful for all students

Enables the linter to correctly function. Although this is not noticed by students it is definetly usefull for development and it also reduces warnings in the build process.

@kunzef kunzef changed the title Fixed configuration file lint.xml does not exist Fixes configuration file lint.xml does not exist Jul 11, 2023
@CommanderStorm CommanderStorm merged commit fa73e99 into TUM-Dev:master Jul 12, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants