mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-02 22:05:20 +01:00
LINT: Switch whitelist check from egrep to awk
Bonus: make CI happy with the last rules fix
This commit is contained in:
@@ -25,7 +25,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
class KeyType
|
||||
{
|
||||
public:
|
||||
enum T {
|
||||
enum T
|
||||
{
|
||||
// Player movement
|
||||
FORWARD,
|
||||
BACKWARD,
|
||||
|
||||
Reference in New Issue
Block a user