.luacheckrc
changeset 8242 20e3d5689cce
parent 8051 75e37366a03f
child 8384 7f6184474149
equal deleted inserted replaced
8241:1339d7ed54d5 8242:20e3d5689cce
    87 		"module.restore",
    87 		"module.restore",
    88 		"module.command",
    88 		"module.command",
    89 		"module.environment",
    89 		"module.environment",
    90 	};
    90 	};
    91 }
    91 }
    92 files["tests/"] = {
    92 files["spec/"] = {
    93 	read_globals = {
    93 	std = "+busted"
    94 		"testlib_new_env",
       
    95 		"assert_equal",
       
    96 		"assert_table",
       
    97 		"assert_function",
       
    98 		"assert_string",
       
    99 		"assert_boolean",
       
   100 		"assert_is",
       
   101 		"assert_is_not",
       
   102 		"runtest",
       
   103 	};
       
   104 }
    94 }