Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckAnalyse recommends when AutoSplitTasks is True #14

Closed
lewisr20 opened this issue Nov 2, 2017 · 3 comments
Closed

CheckAnalyse recommends when AutoSplitTasks is True #14

lewisr20 opened this issue Nov 2, 2017 · 3 comments

Comments

@lewisr20
Copy link

lewisr20 commented Nov 2, 2017

CheckAnalyse recommends changing the setting when AutoSplitTasks is True however this should recommend to make it true when the setting is False.

Currently:

    If ActiveProject.AutoSplitTasks Then
        LogErrorConfig testNo, settings36(8)
    End If

Should be:

    If Not ActiveProject.AutoSplitTasks Then
        LogErrorConfig testNo, settings36(8)
    End If

Same issue with ManuallyScheduledTasksAutoRespectLinks and HonorConstraints unless I'm reading it wrong and you want to recommend turning off these features?

@DavidPratten
Copy link
Owner

Yes, the intent is to recommend that these settings be off. These two checks can be disabled on a per project basis.

David

@lewisr20
Copy link
Author

lewisr20 commented Nov 4, 2017

Thanks. These appear to be default settings so thought it may have been an error! Have code to contribute and will share once I've tested some more as I'm building schedule quality tests to comply with DCMA and NASA standards and want to include them in the report,

@DavidPratten
Copy link
Owner

Sounds good. Let me know when you have something to share!

David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants