Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

lintnet/modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modules

Examples of lintnet Modules

⚠️ Deprecated. Moved to lintnet-modules

https://github.com/lintnet-modules

Modules

How to use

Imported modules

local hello = import 'github_archive/github.com/lintnet/modules/modules/hello/hello.jsonnet@d69d0083dcb2696dd3427c484f36940f717a9285:v0.1.2';

Lint rule module

function(param) {
  targets: [
    {
      data_files: [
        '**/*',
      ],
      modules: [
        'github_archive/github.com/lintnet/modules/modules/nllint/main.jsonnet@d69d0083dcb2696dd3427c484f36940f717a9285:v0.1.2',
      ],
    },
  ],
}

Update Modules by Renovate

https://github.com/lintnet/renovate-config

LICENSE

MIT