Examples of lintnet Modules
https://github.com/lintnet-modules
- array: Imported modules for array
- ghalint: Port of suzuki-shunsuke/ghalint, which is a linter for GitHub Actions
- github_actions: Modules regarding GitHub Actions
- hello: Example module
- nllint: Port of suzuki-shunsuke/nllint, which is a linter to check newlines at the end of files
local hello = import 'github_archive/github.com/lintnet/modules/modules/hello/hello.jsonnet@d69d0083dcb2696dd3427c484f36940f717a9285:v0.1.2';
function(param) {
targets: [
{
data_files: [
'**/*',
],
modules: [
'github_archive/github.com/lintnet/modules/modules/nllint/main.jsonnet@d69d0083dcb2696dd3427c484f36940f717a9285:v0.1.2',
],
},
],
}