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

Automate code formatting and QA #1

Open
davnn opened this issue Apr 18, 2021 · 2 comments
Open

Automate code formatting and QA #1

davnn opened this issue Apr 18, 2021 · 2 comments
Labels
maintenance Continuous integration, unit testing & package distribution

Comments

@davnn
Copy link
Member

davnn commented Apr 18, 2021

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:

  • Formatting should be configurable, restrictive and preferably automatic
  • Formatting checks should be performed locally and on CI
  • Automatically check code formatting and run all tests before every commit
@davnn davnn added the maintenance Continuous integration, unit testing & package distribution label Apr 18, 2021
@davnn
Copy link
Member Author

davnn commented Dec 3, 2021

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

@davnn davnn changed the title Automate code formatting Automate code formatting and QA Mar 30, 2022
@davnn
Copy link
Member Author

davnn commented Mar 30, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Continuous integration, unit testing & package distribution
Projects
None yet
Development

No branches or pull requests

1 participant