This linter plugin for Atom-Linter that provides an interface to sqf linter, a linter for the SQF language.
See also language-arma-atom.
pip install -e .
in powershell).sqflint
script, e.g. /Users/lordgolias/.virtualenvs/sqflint/bin/sqflint
C:\Program Files (x86)\Python36-32\Scripts\sqflint.exe
(in powershell, you get this with get-command sqflint
).
Executable Path
setting.test.sqf
in atom, and fill it with bla]
(i.e. wrong SQF code). You should see an error message.The sqflint is often updated in github. When you install it with pip install -e .
,
you can update the directory you installed it from (e.g. git fetch origin; git reset --hard origin/master
).
Otherwise, you can just uninstall it (pip uninstall sqflint
) and install the new version.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.