Welcome to the public Flycheck channel. Ask questions and discuss development. Please follow our Code of Conduct.
.dir-locals.el
https://pastebin.com/53XVB4g1, i.e. to disable flycheck for all "wscript" files? Also, what about disabling for "*.suffix" files?
php-phpcs
checker? I get an error when I run it with flycheck-compile
, but there are no errors in the list:Compilation started at Wed Nov 20 15:30:05
/home/abrick/bin/phpcs-core --report\=checkstyle -q --stdin-path\=REDACTED/src/Entity/Group.php - < REDACTED/src/Entity/Group.php
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="3.5.0">
<file name="src/Entity/Group.php">
<error line="6" column="1" severity="error" message="Use statements should be sorted alphabetically. The first wrong one is App\Constant\Role." source="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses"/>
</file>
</checkstyle>
Compilation exited abnormally with code 2 at Wed Nov 20 15:30:05
flycheck-current-errors is a variable defined in ‘flycheck.el’.
Its value is nil
Local in buffer Group.php; global value is the same.
Automatically becomes buffer-local when set.
Documentation:
A list of all errors and warnings in the current buffer.
Hello,
I just install flycheck
and I am trying to make it work with eslint but I for some reason it can't find the .eslintrc.js
in my project
This is what I get when I do verify setup
javascript-eslint (disabled)
- may enable: Automatically disabled!
- executable: Found at /usr/local/bin/eslint
- config file: missing or incorrect
Flycheck Mode is enabled. Use C-u C-c ! x to enable disabled
checkers.
--------------------
Flycheck version: 32snapshot (package: 20191121.2139)
Emacs version: 26.3
System: x86_64-apple-darwin18.2.0
Window system: ns
eslint -v v5.13.0
if that helps
flycheck-next-error
, it refuses to go on.flycheck-next-error
to work again. See the attached .gif. Do you guys have any clue where this comes from?
myproject/
as the project root, and I open myproject/mypackage/mymodule.py
, it is running mypy with myproject/mypackage/
as the default-directory instead of myproject/
.
.dir-locals
file, nor any mypy.ini
or setup.cfg
file in the project root. I see that the upcoming version 32 of flycheck will allow for better configuration for these landmark config files, but is there anything I can do now?
flycheck_file.ts
but for some reason only with Doom, this isn't getting changed back so our gulp task is failing saying that the glob argument is invalid when tslint is ran.
WARNING: (only-arrow-functions) /Users/brandonshega/Documents/dev/scripts/app/userInputs/flycheck_mediaFormCtrl.ts[403, 56]: non-arrow functions are forbidden
Anyone have any insight on this error in ruby-mode
:
Suspicious state from syntax checker ruby: Flycheck checker ruby returned 1, but its output contained no errors: ruby: /usr/lib/x86_64-linux-gnu/libcrypt.so.1: version `XCRYPT_2.0' not found (required by /home/sfernandez/.rbenv/versions/2.7.1/lib/libruby.so.2.7)
Try installing a more recent version of ruby, and please open a bug report if the issue persists in the latest release. Thanks!
Not sure if it's a Flycheck checker error, but I came across this on the trouble shooting page as a common error. As suggested I ran flycheck-verify-setup
and everything looks right:
First checker to run:
ruby
- may enable: yes
- executable: Found at /home/sfernandez/.rbenv/shims/ruby
- next checkers: ruby-rubylint
I also have a stack overflow post running here: https://stackoverflow.com/questions/62623392/ruby-usr-lib-x86-64-linux-gnu-libcrypt-so-1-version-xcrypt-2-0-not-found-r
But i'm losing hope, thanks all
M-x flycheck-compile
and see the command. Then try to run that same command in your terminal and see if you get the same error.