https://bugs.kde.org/show_bug.cgi?id=409984

            Bug ID: 409984
           Summary: -export-fixes does not export anything for a relative
                    file path
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: unassigned-b...@kde.org
          Reporter: nikolai.kos...@qt.io
                CC: smart...@kde.org
  Target Milestone: ---

% /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.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to