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

            Bug ID: 409983
           Summary: -exports-fixes considers only last source file
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-b...@kde.org
          Reporter: nikolai.kos...@qt.io
                CC: smart...@kde.org
  Target Milestone: ---

I'm on current master, bd40d70a1855df9c7de54a94c2f78b13c411113c


STEPS TO REPRODUCE
1. Put qgetenv("Foo").isEmpty() in two source files
2. Run clazy: clazy-standalone -export-fixes=/tmp/clazy.yaml -checks=qgetenv
main.cpp mainwindow.cpp

OBSERVED RESULT

On stdout, diagnostics for both files are emitted - fine.
In /tmp/clazy.yaml are only diagnostics for the last source file
(mainwindow.cpp) - Ops.


EXPECTED RESULT
/tmp/clazy.yaml should contain also diagnostics from the first source file.

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

Reply via email to