stackmuncher / stm_app

This software engineer profile builder turns your code into a detailed list of skills for an online directory of software developers.
https://stackmuncher.com
GNU Affero General Public License v3.0
22 stars 1 forks source link

Overlapping file extensions #45

Open rimutaka opened 2 years ago

rimutaka commented 2 years ago

Pascal and Puppet share the same .pp file extension. Pascal files are processed as Puppet files at the moment.

  1. The syntax for expressing muncher selection params other than the path is there, but it is not implemented.
  2. Find the most efficient way of matching a muncher on file content or sibling files (e.g. presence of a project file)
  3. Implement the next level of muncher selection for [2]

Thanks to @JohnPeel for picking it up.

Relates to #39