CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2016/04/29 05:43:12

Log message:
    import luacheck 0.15.0
    
    Luacheck is a static analyzer and a linter for Lua. Luacheck detects
    various issues such as usage of undefined global variables, unused
    variables and values, accessing uninitialized variables, unreachable
    code and more. Most aspects of checking are configurable: there are
    options for defining custom project-related globals, for selecting set
    of standard globals (version of Lua standard library), for filtering
    warnings by type and name of related variable, etc. The options can be
    used on the command line, put into a config or directly into checked
    files as Lua comments.
    
    Luacheck supports checking Lua files using syntax of Lua 5.1, Lua 5.2,
    Lua 5.3 and LuaJIT 2.0. Luacheck itself is written in Lua and runs on
    all of mentioned Lua versions.
    
    Status:
    
    Vendor Tag: jsg
    Release Tags:       jsg_20160429
    
    N ports/devel/luacheck/Makefile
    N ports/devel/luacheck/distinfo
    N ports/devel/luacheck/pkg/DESCR
    N ports/devel/luacheck/pkg/PLIST
    
    No conflicts created by this import

Reply via email to