Project
Reverse Dependencies for sas-lexer
The projects listed here declare sas-lexer as a runtime or development dependency
0.0
A configurable lint engine for SAS source files. Walks the token
stream produced by the `sas-lexer` gem and applies a set of pluggable
rules covering structural defects (malformed `if` conditions,
identical `then`/`else` branches, unreachable inner branches),
cosmetic issues (trailing whitespace, tab expansion, line endings,
encoding gremlins), and source-header conventions. Includes a
`bin/sas_lint` CLI and YAML-based config.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity