Skip to content

Generated Guidelines XML from the CSV file #125

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

Merged
merged 2 commits into from
Oct 3, 2020
Merged

Generated Guidelines XML from the CSV file #125

merged 2 commits into from
Oct 3, 2020

Conversation

frosch95
Copy link
Contributor

@frosch95 frosch95 commented Oct 1, 2020

Closes #123

<root>
<guideline key="Ch01_fa67753" severity="DO" section="Naming" subsection="Variables and fields">DO favor clarity over brevity when naming identifiers.</guideline>
<guideline key="Ch01_674fe1e" severity="DO NOT" section="Naming" subsection="Abbreviations">DO NOT use abbreviations or contractions within identifier names.</guideline>
<guideline key="Ch01_024aa0c" severity="UNKNOWN ARGL" section="Naming" subsection="Abbreviations">"DO NOT use any acronyms unless they are widely accepted, and even then use them consistently."</guideline>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the severity on several of these items is set to UNKNOWN ARGL. From looking over the items it appears that it is likely caused by the leading quotation marks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Keboo oh you are right, with the quotes the automatic recognition of the severtiy didn't work correctly. I will fix this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Keboo done

Copy link
Member

@Keboo Keboo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thank you.

@Keboo Keboo added the documentation Improvements or additions to documentation label Oct 3, 2020
@Keboo Keboo merged commit f98b43a into IntelliTect:master Oct 3, 2020
@frosch95
Copy link
Contributor Author

frosch95 commented Oct 3, 2020

You are welcome :-)

@frosch95 frosch95 deleted the EssentialCSharpGuidelinesXML branch October 3, 2020 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert existing csv into xml
2 participants