Skip to content
Snippets Groups Projects
Forked from lscsoft / lalsuite
4260 commits behind the upstream repository.
  • Adam Mercer's avatar
    1c49a49e
    initial commit of .coafile · 1c49a49e
    Adam Mercer authored
    coala configuration file for source code linting, intially this just
    checks Makefile.am to ensure that tabs, and not spaces, are used.
    eventually this will be extended to do more linting throughout the
    source tree.
    1c49a49e
    History
    initial commit of .coafile
    Adam Mercer authored
    coala configuration file for source code linting, intially this just
    checks Makefile.am to ensure that tabs, and not spaces, are used.
    eventually this will be extended to do more linting throughout the
    source tree.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.coafile 81 B
[Makefile]
bears = SpaceConsistencyBear
files = **Makefile.am
use_spaces = False