AMReX-Astro / Emu

Emu is a neutrino quantum kinetics simulation code based on the particle in cell method and parallelized for CPU or GPU supercomputing architectures.
Other
10 stars 3 forks source link

Add linting as github Actions #61

Open dwillcox opened 3 years ago

dwillcox commented 3 years ago

Uses clang-tidy and clang-format along with the tab extermination script.

All originally implemented in https://github.com/AMReX-Astro/MAESTROeX by @harpolea and kindly donated to Emu.

srichers commented 3 years ago

It looks like the linter is failing to compile the code. I don't see where the compile commands are set for the linter.

dwillcox commented 3 years ago

they're in c-linter.yml:18 ... Yeah, I'm going to fix this issue by finally getting around to solving #3 haha