Package lua5.4-module-luacheck: Information

    Source package: lua5.4-module-luacheck
    Version: 1.2.0-alt2_lr1
    Latest version according to Repology
    Build time:  Jul 24, 2024, 06:26 PM in the task #353558
    Report package bug
    License: MIT
    Summary: A tool for linting and static analysis of Lua code
    Description: 
    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
     - selecting set of standard globals (version of Lua standard library)
     - 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.

    List of RPM packages built from this SRPM:
    lua5.4-module-luacheck (noarch)

    Maintainer: Ajrat Makhmutov

    List of contributors:
    Ajrat Makhmutov

    ACL:
    Ajrat Makhmutov
    @everybody

      1. rpm-macros-lua
      2. lua5.4-luarocks
      3. lua5.4-module-argparse
      4. lua5.4-module-luafilesystem

    Last changed


    July 24, 2024 Ajrat Makhmutov 1.2.0-alt2_lr1
    - Fix the paths in the executable file.
    July 5, 2024 Ajrat Makhmutov 1.2.0-alt1_lr1
    - First build for ALT.