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

chore(core): resource XML generation for parent attribute added #933

Merged
merged 1 commit into from
May 13, 2020

Conversation

jpstotz
Copy link
Collaborator

@jpstotz jpstotz commented May 13, 2020

This PR added the missing functionality identified in #931

@skylot I am not sure why but I had some serious problems with the gradlew check -x test test. Unless I make a clean before executing this the test very often fails because of format violations in the :spotlessMisc test for the files jadx-cli\build\reports\checkstyle\*.xml (e.g. main.xml).

I am not sure if the test is designed to also include the build directory (hence generated files), I would have assumed it is only for checking src files. Is it possible to exclude the build directories from code style tests?

@skylot
Copy link
Owner

skylot commented May 13, 2020

Thanks for the fix!
For fix checks try to add **/build/** to this line. Hope it helps.

@skylot skylot merged commit c7a12ad into skylot:master May 13, 2020
@jpstotz jpstotz deleted the resParent branch May 13, 2020 17:30
@jpstotz
Copy link
Collaborator Author

jpstotz commented May 13, 2020

@skylot adding "*/build/**" to the targetExclude list solves the problem for me, thanks!

@skylot
Copy link
Owner

skylot commented May 13, 2020

@jpstotz can you make a PR for that fix?

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