Closed aaronweissler closed 2 years ago
Some tests seem to be failing.
Those agent tests have been failing seemingly randomly for a small while now. We still will investigate that further, but it's definitely not related to this PR, since there are no changes to Java code or directly related things in here at all (which also was my motivation for adding additional ignore paths for the workflow in #1497 that you also reviewed ^^)
Also, you could still get rid of the warnings. Looks good apart from the tests however, so you decide :)
If you mean the warnings seen in Files Changed
, they are also not related to this PR's changes, I'm not sure why GitHub is showing them for those two files.
components/inspectit-ocelot-configurationserver-ui/README.md
line 33 at r2 (raw file):
what does `yarn format:write` do as compared to `yarn lint --fix`? Is it recommended to run `eslint --fix` on save?
(addendum: with current version of IntelliJ, we can use Tools.Actions on Save and check Run eslint --fix
:
This change is