Jérôme Beau

Results 20 comments of Jérôme Beau

It would definitely be a nice feature.

Thanks @bealex. Got the 1.13.4 and, well, yes and no: no more errors indeed, swiftlint seems to be found now... but no swiftlint warnings are displayed in the editor (only...

Yes it was disabled then I enabled it again. But still no warnings. I tried to relaunch AppCode as well, with no more luck.

@bealex Actually I can see only _one_ swiftlint warning, about trailing_whitespace. So obviously it is running, but I wonder if it is find/using the proper `.swiflint.yml`. Mine is located at...

Only one. For what it's worth, the config file is `~/AppCodeProjects/myproject/.swiftlint.yml`. But of course there are many others in libs caches (like `~/Library/Caches/JetBrains/AppCode2021.1/DerivatedData/MyProject/-xxxx/SourcePackages/checkouts/SomeLib/.swiftlint.yml`) and externs (like `Extern/Sparkle/.swiftlint.yml` for instance)

Installed this 1.13.5 zip from disk but nothing better, sorry.

Maybe some additional configuration file path in the plugin settings could help? If left blank, default config files lookup would apply, otherwise it would be passed as `swiflint --config` arguments.

Okay here is an excerpt from my project structure: - `~/project/myproject` Running `swiftlint` from here outputs 6 violations, 0 serious in 460 files - `.swiftlint.yml` - `Myproject/` Running `swiftlint` from...

Hi @bealex , Just to let you know: I stumbled on a file that does display more Swiflint warnings in the IDE. Those are 4 warnings: However, running swiftlint cli...

Looking at IntelliJ error reporting, I can see: ```` com.intellij.diagnostic.PluginException: net.ntworld.intellijCodeCleaner.AnalyzeMenuAction (net.ntworld.intellijCodeCleaner.AnalyzeMenuAction): group with id "AnalyzeMenu" isn't registered; action will be added to the "Other" group [Plugin: com.github.nhat-phan.codecleaner] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.reportActionError(ActionManagerImpl.java:390)...