Skip to content
Snippets Groups Projects
Select Git revision
  • 2dd8a700ca9cc288dc4ea8abb261b8e210c446f6
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

Makefile

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    .luacheckrc 1.46 KiB
    codes = true
    std = "min"
    self = false
    
    read_globals = {
    	"getfenv",
    	"setfenv",
    	"unpack",
    }
    
    include_files = {
    	"**/*.lua",
    	"package/**/luasrc/**/*",
    	"targets/*",
    }
    
    exclude_files = {
    	"**/*.mk",
    }
    
    files["package/**/check_site.lua"] = {
    	read_globals = {
    		"alternatives",
    		"extend",
    		"in_domain",
    		"in_site",
    		"need",
    		"need_alphanumeric_key",
    		"need_array",
    		"need_array_of",
    		"need_boolean",
    		"need_chanlist",
    		"need_domain_name",
    		"need_number",
    		"need_one_of",
    		"need_string",
    		"need_string_array",
    		"need_string_array_match",
    		"need_string_match",
    		"need_table",
    		"need_value",
    		"obsolete",
    		"table_keys",
    		"this_domain",
    	},
    }
    
    files["package/**/luasrc/lib/gluon/config-mode/*"] = {
    	globals = {
    		"DynamicList",
    		"Flag",
    		"Form",
    		"i18n",
    		"ListValue",
    		"renderer.render",
    		"renderer.render_string",
    		"Section",
    		"TextValue",
    		"_translate",
    		"translate",
    		"translatef",
    		"Value",
    	},
    }
    
    files["package/**/luasrc/lib/gluon/**/controller/*"] = {
    	read_globals = {
    		"_",
    		"alias",
    		"call",
    		"entry",
    		"model",
    		"node",
    		"template",
    	},
    }
    
    files["package/**/luasrc/lib/gluon/ebtables/*"] = {
    	read_globals = {
    		"chain",
    		"rule",
    	},
    	max_line_length = false,
    }
    
    files["targets/*"] = {
    	read_globals = {
    		"class",
    		"config",
    		"defaults",
    		"device",
    		"env",
    		"exec",
    		"exec_capture",
    		"exec_capture_raw",
    		"exec_raw",
    		"factory_image",
    		"include",
    		"istrue",
    		"no_opkg",
    		"packages",
    		"sysupgrade_image",
    		"try_config",
    	},
    }