Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
talemke authored Jun 9, 2021
1 parent c2631d7 commit f78bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fs = require('fs');


// Other constants
const GLUA_LINT_TAG = '1.1.1';
const GLUA_LINT_TAG = '1.1.4';
const GLUA_FIXER_TAG = '1.17.2';
const REGEX = '([a-zA-Z_\\-\\/.]+):\\s\\[([a-zA-Z]+)\\]\\sline\\s([0-9]+),\\scolumn\\s([0-9]+)\\s-\\sline\\s([0-9]+),\\scolumn\\s([0-9]+):\\s+(.*)';

Expand Down

0 comments on commit f78bb3f

Please sign in to comment.