| Summary: | -export-fixes does not export anything for a relative file path | ||
|---|---|---|---|
| Product: | [Developer tools] clazy | Reporter: | Nikolai Kosjar <nikolai.kosjar> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | minor | CC: | smartins |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
I'm on current master, bd40d70a1855df9c7de54a94c2f78b13c411113c |
% /d2/clazy/install/bin/clazy-standalone -export-fixes=clazy.yaml -checks=qgetenv main.cpp /home/nik/work/testprojects/tidyAnalyzerInclusions/source/main.cpp:8:5: warning: qgetenv().isEmpty() allocates. Use qEnvironmentVariableIsEmpty() instead [-Wclazy-qgetenv] qgetenv("Foo").isEmpty(); ^~~~~~~ ~~~~~~~~~~~ qEnvironmentVariableIsEmpty ) 1 warning generated. % ls -l clazy.yaml ls: cannot access 'clazy.yaml': No such file or directory zsh: exit 2 ls --color=auto --group-directories-first -l clazy.yaml Providing an absolute path like /tmp/clazy.yaml works fine.