/usr/share/glib-2.0/schemas/org.gnome.builder.gnome-code-assistance.gschema.xml is in gnome-builder 3.28.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | <schemalist>
<schema id="org.gnome.builder.gnome-code-assistance" path="/org/gnome/builder/plugins/gnome-code-assistance/" gettext-domain="gnome-builder">
<key name="enable-pylint" type="b">
<default>false</default>
<summary>Enable Pylint</summary>
<description>Enable the use of pylint to find additional diagnostics in Python programs. This may result in the execution of code in your project.</description>
</key>
</schema>
</schemalist>
|