Port of suzuki-shunsuke/nllint, which is a linter to check newlines at the end of files
function(param) {
targets: [
{
data_files: [
'**/*',
],
modules: [
// without config
'github_archive/github.com/lintnet-modules/nllint/main.jsonnet@a36d23d28936a85df8cad6e831c16854e9e2caa6:v0.2.0',
],
},
],
}
function(param) {
targets: [
{
data_files: [
'**/*',
],
modules: [
// with config
{
path: 'github_archive/github.com/lintnet-modules/nllint/main.jsonnet@a36d23d28936a85df8cad6e831c16854e9e2caa6:v0.2.0',
config: {
trim_space: true,
},
}
],
},
],
}