Repository Analysis

syl20bnr/spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!

4.4 Likely human-written View on GitHub
4.4
Adjusted Score
4.4
Raw Score
100%
Time Factor
2026-05-24
Last Push
24,558
Stars
Emacs Lisp
Language
6,298
Lines of Code
66
Files
19
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 6LOW 13

Pattern Findings

19 matches across 8 categories. Click a row to expand file-level details.

Excessive Try-Catch Wrapping4 hits · 7 pts
SeverityFileLineSnippet
MEDIUMlayers/+lang/python/local/pylookup/pylookup.py219 print("Error: %s doesn't exist" % dst)
MEDIUMlayers/+lang/python/local/pylookup/pylookup.py257 print("Error: fetching file from '%s'" % index_url)
LOWlayers/+lang/c-c++/global_conf.py120 except Exception as e:
MEDIUMlayers/+lang/c-c++/global_conf.py91def FlagsFromClangComplete(root, filename):
Deep Nesting6 hits · 6 pts
SeverityFileLineSnippet
LOWlayers/+lang/python/local/pylookup/pylookup.py202
LOWlayers/+lang/python/local/pylookup/pylookup.py263
LOWlayers/+lang/python/local/pylookup/pylookup.py145
LOWlayers/+lang/python/local/pylookup/pylookup.py164
LOWlayers/+lang/c-c++/global_conf.py202
LOWlayers/+lang/c-c++/global_conf.py226
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippet
MEDIUMlayers/+lang/c-c++/global_conf.py8# This file is not part of GNU Emacs.
MEDIUMlayers/+lang/c-c++/global_conf.py69# This function is called by ycmd.
Decorative Section Separators1 hit · 3 pts
SeverityFileLineSnippet
MEDIUM.github/workflows/elisp_test.yml84# ---------------------------
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippet
LOWlayers/+lang/c-c++/global_conf.py1# global_conf.py --- ycmd global configuration file for Spacemacs
LOWlayers/+lang/c-c++/global_conf.py21# along with this program. If not, see <http://www.gnu.org/licenses/>.
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippet
LOWtests/core/data/framed-text.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOWtests/core/data/framed-text.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWlayers/+lang/python/local/pylookup/pylookup.py89 def match_in_entry_insensitive(self, key):
Unused Imports1 hit · 1 pts
SeverityFileLineSnippet
LOWlayers/+lang/python/local/pylookup/pylookup.py13