OutlierDetectionJL / OutlierDetection.jl

Fast, scalable and flexible Outlier Detection with Julia
https://outlierdetectionjl.github.io/OutlierDetection.jl/dev/
MIT License
80 stars 8 forks source link

Automate code formatting and QA #1

Open davnn opened 3 years ago

davnn commented 3 years ago

Currently, code formatting is done manually using DocumentFormat.jl, which is error-prone and not restrictive enough. However, it appears that there is no clear solution to code formatting with Julia and this issue should bundle ideas for improvement.

Initial goals that come to my mind are:

davnn commented 2 years ago

An example can be seen at: https://github.com/invenia/Models.jl/pull/31/files

davnn commented 2 years ago

Evaluate https://github.com/JuliaTesting/Aqua.jl for quality assurance.