mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
LINT: Switch whitelist check from egrep to awk
Bonus: make CI happy with the last rules fix
This commit is contained in:
parent
88b9b9652a
commit
3a90b78a03
6 changed files with 12 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue