Azure-Samples / azure-search-openai-demo-java

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

Add linting and code formatting as an optional profile to maven #35

Closed johnoliver closed 8 months ago

johnoliver commented 8 months ago

Can be run with "./mvnw package -Pbug-check" The formatting should not be applied till we have merged other outstanding PRs to avoid merge conflicts.

Resolves #21