Implemented ChatGPT module

This commit is contained in:
Erik C. Thauvin 2022-12-04 16:14:03 -08:00
parent b6e1888e70
commit c2e11743c6
11 changed files with 234 additions and 14 deletions

View file

@ -72,7 +72,6 @@
<exclude name="AvoidFieldNameMatchingMethodName"/>
<exclude name="AvoidFieldNameMatchingTypeName"/>
<exclude name="AvoidLiteralsInIfCondition"/>
<exclude name="BeanMembersShouldSerialize"/>
<exclude name="EmptyCatchBlock"/>
<exclude name="NullAssignment"/>
</rule>